Application pool recycle niet loggen voor API apppools, dat vervuilt de logging
svn path=/Website/branches/v2017.1/; revision=34797
This commit is contained in:
@@ -89,7 +89,8 @@ settings =
|
||||
{
|
||||
pool_id = "<unknown>";
|
||||
}
|
||||
__DoLog("Unexpected Application pool '{0}' restart at {1} during office hours".format(pool_id, toISODateTimeString(tm_start, true)), "#f00");
|
||||
if (!pool_id.match(/API/)) // API application pools kunnen regulier herstarten
|
||||
__DoLog("Unexpected Application pool '{0}' restart at {1} during office hours".format(pool_id, toISODateTimeString(tm_start, true)), "#f00");
|
||||
__LogfileName = keeplog;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user