Topic: Rollover of logs
Hi
We are using smart inspect and have been noticiing that the roolover of logs seems to be based on UTC and not local time. ?
Is there a way we can force rollover at local time ie midnight.
Our connections string is
"tcp(reconnect=true,async.enabled=true,reconnect.interval=10),Text(append=true, async.enabled=true, filename=" & IO.Path.Combine(LogFilePath, LogFileName) & ",maxparts=1, indent=true, reconnect=true, rotate=daily, pattern=[%timestamp%] %logentrytype% %session%[%thread%] : %title% )"
Thanks
