-
|
Do the logs continually grow without limit? I have an application which logs lots of data and I want to ensure I can leave pup running for a significant time without any manual intervention required to clean up logs. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The internal logs (stored for use by command If you configure pup to log to a file, it will grow forever as pup has no internal mechanism for log rotation. |
Beta Was this translation helpful? Give feedback.
-
|
where does the |
Beta Was this translation helpful? Give feedback.
The internal logs (stored for use by command
pup logsand possibly plugins) is configurable between 0 and 366 hours (about two weeks), see this section.If you configure pup to log to a file, it will grow forever as pup has no internal mechanism for log rotation.