[Buildbot] #2839: Buildbot does not consistenly do logging

Buildbot trac trac at buildbot.net
Sun Jul 20 12:45:13 UTC 2014


#2839: Buildbot does not consistenly do logging
----------------------+-----------------------
Reporter:  sa2ajj     |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  master     |   Keywords:  logging
----------------------+-----------------------
 In many places a `log.{msg,err}` (log is import from twisted.python) is
 used to log various information that might be useful later.

 However there's a significant chunk of code that uses `print` to produce
 all kind of debug/error output.

 I'm not sure this is a ''major'' ticket, I just wonder if there're any
 kind of guidelines about how logging should be performed and if there's a
 need to convert those `print`s to either `log.msg` or `log.err`?

--
Ticket URL: <http://trac.buildbot.net/ticket/2839>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list