Hi,
In order avoid disk saturation because of endless logging, I would like to know how are managed (or how can I manage) the AppMon server logs size (threshold by size or by date? File rotation and deletion?).
Thanks for your help.
Clément
Answer by James K. ·
Logs are rotated based on a max file size in AppMon. If you look into the server.config.xml file (or the relevant file for any other AppMon components) you can find a loggingconfig entry that has settings for the max file size and how many old files to continue storing. By default in mine it looks like the default for the standard Server logs is a max of 5 log files stored at once with a maz size of ~10MB:
<loggingconfig path="../log/collector/Dynatrace Collector" console="INFO" maxfiles="5" level="ALL" correlationmaxfiles="2" maxbytes="10485760" correlationmaxbytes="31457280" html="false" append="true" />
I wouldn't change these defaults without a good reason, you shouldn't need to do any manual management of log files.
James
DECEMBER 12, 10:00 AM GMT / 2:00 PM ET
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 10, 4:00 pm CET / 10:00 am ET
Register here
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 10, 4:00 pm CET / 10:00 am ET
Register here
Learn how Dynatrace Real User Monitoring automatically detects errors that impact your end users caused by erroneous 3rd party or CDNs.
December 10, 4:00 pm CET / 10:00 am ET
Register here
Appmon server & frontend server faill to start (processes not responding) 4 Answers
How to get an Alert of License about to Expired days before the expiration date? 3 Answers
Missing Information on App Performance Summary Web Dashboard 1 Answer
Business Transaction => Filter => Aggregate – explanation 2 Answers
AppMon 7.1 Remove self-signed or expiered Certs from the Collector server 1 Answer