Advertisement
Bleser

rolling

Oct 1st, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.25 KB | None | 0 0
  1. "RollingFile": {
  2.         "name": "File",
  3.         "fileName": "file.log",
  4.         "filePattern": "file%d{dd-MM-yyy}.log",
  5.         "policies": {
  6.           "SizeBasedTriggeringPolicy": {"size":"1 MB"}
  7.         },
  8.         "immediateFlush": "false"
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement