with-log-rolling.json 138 B

12345678910
  1. {
  2. "appenders": [
  3. {
  4. "type": "file",
  5. "filename": "tmp-test.log",
  6. "maxLogSize": 1024,
  7. "backups": 3
  8. }
  9. ]
  10. }