McGuywer
Executive Member
What do you use for logging in your apps. At the moment I am using cronolog.
I was wondering what else are you using?
I was wondering what else are you using?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Same.All custom.
Same. I use my brainAll custom.

We have to keep all log files for compliance reasons, so we just copy them to long term storage.And then you use logrotate to manage the logs?
Copy over and then compress?We have to keep all log files for compliance reasons, so we just copy them to long term storage.
Yeah, or compress and copy more likely. The log files are pretty large.Copy over and then compress?
We use cronolog to do daily log rotation. In the early morning hours, we copy to archive, then compress.