[14:37] Hello all. Does upstart handle/support logrotate currently? [14:37] Im seeing differing things around the webs [14:40] ianco: if you are referring to whether upstart handles logrotate running in /var/log/upstart/, the answer is yes. [14:40] without a service restart? [14:41] and is there any docs I can check out about it? [14:41] my searching is leading me nowhere fast :| [14:41] ianco: now I am confused. Please can you re-phrase the question? [14:44] Im just looking for more info on this statement I found [14:44] "Its default logging, for example, does not support log rotation and is only compatible with logrotate if you use the copytruncate hack" [14:44] any truth to that? [14:46] ianco: upstart will detect that logrotate has moved the file. Take a look at /etc/logrotate.d/upstart to see how logroate is configured to rotate upstart logs on a default ubuntu system. [14:48] ianco: the behaviour of the upstart logger is documented in init(5) ('console' stanza in the "Process environment" section). [14:48] thanks :) is this new behavior or has upstart always handled logrotate and moved log files ? [14:52] ianco: I don't know where you are getting this other information. Best to stick with the reference material we provide where possible. The logging has always worked liked that since logging was introduced (upstart 1.4) see - http://upstart.ubuntu.com/cookbook/#stanzas-by-category. [15:07] jodh, thanks, I appreciate your help [15:07] :) [15:07] dont believe everything you read, i guess :P