Re: [Twisted-Python] ANN: Eliot 0.8, the logging system with causality

2015-08-10 Thread Judy Craig
This is an automatic reply. I am away from the office for the summer, returning on Tuesday, August 25, 2015. I will be happy to get back to you then. Enjoy your summer! Judy Craig Student Services This email and any files transmitted with it may be confidential and are intended solely for t

[Twisted-Python] ANN: Eliot 0.8, the logging system with causality

2015-08-10 Thread Itamar Turner-Trauring
Most logging systems can tell you what happened; Eliot tells you _why_ it happened: $ python linkcheck.py | eliot-tree 4c42a789-76f5-4f0b-b154-3dd0e3041445 +-- check_links@1/started `-- urls: [u'http://google.com', u'http://nosuchurl'] +-- download@2,1/started `-- url: http://google.com +--