iis - Custom logs in Azure website file system combined into single log file -
my azure web app (app service) writes log file mywebapp.log
d:\logfiles directory of vm hosts website. when log file gets size rename mywebapp1.log
, mywebapp2.log
, , on , new log file created. (i manually - stop website, rename file , restart site.)
one day inspected directory through kudu (scm) portal , saw lone mywebapp.log
larger normal. file included of individual logs existed (included contents of mywebapp1.log
+ mywebapp2.log
, on).
my app has no combines files. there azure process or did in sleep , have no recollection?
there no logic in azure this. azure knows nothing log files, , not doing them, complex combining several existing files one.
so i'll go sleep theory on 1 :)
Comments
Post a Comment