github.com/mhilton/juju-juju@v0.0.0-20150901100907-a94dd2c73455/doc/logging.txt (about) 1 Logging 2 ======= 3 4 The intent of this documentation is to provide an overview of logging in Juju. 5 6 Log Rotation 7 ============ 8 9 all-machines.log 10 ---------------- 11 12 Juju generates a logrotate configuration file. The configuration file is used when running the logrotate script that is also generated by Juju. 13 The logrotate script that we generate is used by the rsyslog daemon to trigger the rotation of the all-machines.log file when it has reached a 14 specific size. 15 16 The rotation size of the all-machines.log is 512MB. We keep one copy of the all-machines.log file as all-machines.log.1. This ensures that 17 the combined size of the main log and a single rotation will not take up more than 1GB of space. 18