Comment 4 for bug 1453801

Revision history for this message
Andrew Wilkins (axwalk) wrote :

Seems that long log lines get silently chucked away. When I created the "giant all-machines.log", I was creating log lines that were ~1MB long. John provided a snippet of Python to create log lines in all-machines.log:

    python -c "import syslog; syslog.openlog('juju-test'); syslog.syslog(syslog.LOG_WARNING, 'test this out')"

(which can be tweaked to generate longer lines, and so on)