Merge lp://staging/~laliputienses/lalita/fix-logs into lp://staging/lalita
Proposed by
Facundo Batista
Status: | Merged |
---|---|
Merge reported by: | Facundo Batista |
Merged at revision: | not available |
Proposed branch: | lp://staging/~laliputienses/lalita/fix-logs |
Merge into: | lp://staging/lalita |
Diff against target: |
248 lines 1 file modified
ircbot.py (+66/-42) |
To merge this branch: | bzr merge lp://staging/~laliputienses/lalita/fix-logs |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Guillermo Gonzalez | Pending | ||
laliputienses | Pending | ||
Review via email: mp+12494@code.staging.launchpad.net |
To post a comment you must log in.
I'm asking review here specially because there's a bug in the actual code situation.
If I start the bot like...
ircbot.py -f debug freenode
...the log in the file will be DEBUG and the log in the stdout will be INFO. This is OK! But if something bad happens (try breaking a plugin on purpose, for example, to get an exception), this exception will be logged in the file but NOT shown in the standard output. Why??