ASP .Net multiple Application Pools, and log file locking
Cantor, Scott
cantor.2 at osu.edu
Fri Aug 7 10:16:20 EDT 2015
On 8/7/15, 4:56 AM, "dev on behalf of Martin Robinson" <dev-bounces at shibboleth.net on behalf of martin.robinson at dai.co.uk> wrote:
>I'm not so sure that this only a Windows issue. Although in Linux it allows you to rename/delete open files, IIRC the disk space is not actually freed until all open handles are closed, and in any case the other processes would continue write to the (now renamed) old files - so still pretty broken.
Except that it does roll over on Linux, generally speaking.
>I agree that not much of use is logged in Native.log (in INFO mode) except a log of all startup/shutdowns of the ISAP filter, which in INFO mode is quite a few lines each time.
Yes, you can tune most of that out with one category change. Lowering that to DEBUG is probably not an indefensible change.
>I also see this logged quite regularly:
>WARN Shibboleth.Application : empty/missing cookieProps setting, set to "https" for SSL/TLS-only usage
>What does this mean? How do I stop it? (beyond changing the logging level to ERROR).
It means your cookieProps setting is absent and defaulting to "http" and unless you're doing something more or less insane like supporting sessions over http, you can set it to https and the warning will go away.
-- Scott
More information about the dev
mailing list