ArpNetworking/metrics-aggregator-daemon

Incorrect Logback Rolling Policy

ksathe27 opened this issue · 0 comments

The logback configuration uses a size and time based file format (both %d and %i); however, it specifies a time only policy (namely: TimeBasedRollingPolicy). Instead I believe it should use a time and size policy like SizeAndTimeBasedRollingPolicy.

See:
https://github.com/ArpNetworking/metrics-aggregator-daemon/blob/master/src/main/resources/logback.xml
https://github.com/ArpNetworking/metrics-aggregator-daemon/blob/master/config/logback.xml