Topic: Log Files Missing Entries
I have setup a logging server using the Message Router. I am rotating the logs daily and have a maximum log file size of 1GB. I have logged several days worth of data but when I go to open the log file I find only a short snapshot of data 400 Entries even though the file size is 200MB or greater. I am not sure if the logging is not consistently logging or if the log files are not showing all the data flushed.
Below is an example of my configuration:
file(filename="D:\Logs\%appname%.sil", append="true", maxsize="1048576", rotate="daily", buffer="32", reconnect="true", reconnect.interval="5", async.enabled="true", async.queue="131072")
