Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. reading config file full
  2. reading config info for /var/log/asterisk/full
  3.  
  4. Handling 1 logs
  5.  
  6. rotating pattern: /var/log/asterisk/full forced from command line (5 rotations)
  7. empty log files are rotated, old logs are removed
  8. considering log /var/log/asterisk/full
  9. log needs rotating
  10. rotating log /var/log/asterisk/full, log->rotateCount is 5
  11. dateext suffix '-20101116'
  12. glob pattern '-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]'
  13. renaming /var/log/asterisk/full.5 to /var/log/asterisk/full.6 (rotatecount 5, logstart 1, i 5),
  14. old log /var/log/asterisk/full.5 does not exist
  15. renaming /var/log/asterisk/full.4 to /var/log/asterisk/full.5 (rotatecount 5, logstart 1, i 4),
  16. old log /var/log/asterisk/full.4 does not exist
  17. renaming /var/log/asterisk/full.3 to /var/log/asterisk/full.4 (rotatecount 5, logstart 1, i 3),
  18. old log /var/log/asterisk/full.3 does not exist
  19. renaming /var/log/asterisk/full.2 to /var/log/asterisk/full.3 (rotatecount 5, logstart 1, i 2),
  20. old log /var/log/asterisk/full.2 does not exist
  21. renaming /var/log/asterisk/full.1 to /var/log/asterisk/full.2 (rotatecount 5, logstart 1, i 1),
  22. old log /var/log/asterisk/full.1 does not exist
  23. renaming /var/log/asterisk/full.0 to /var/log/asterisk/full.1 (rotatecount 5, logstart 1, i 0),
  24. log /var/log/asterisk/full.6 doesn't exist -- won't try to dispose of it
  25. renaming /var/log/asterisk/full to /var/log/asterisk/full.1
  26. running postrotate script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement