Set log level to 'error' for errors in the blocker proposal form
ClosedPublic

Authored by mkrizek on Feb 21 2014, 12:01 PM.

Diff Detail

Branch
feature/T24-proposal-logging
Lint
No Linters Available
Unit
No Unit Test Coverage

The default non-dev log level is info. I don't see a reason to raise these messages to ERROR, INFO should be enough to get the messages logged so that we can get a better idea of what's going wrong in the cases reported.

blockerbugs/controllers/main.py
416

I'm not sure this needs to be error, info should still show up in the logs. Changing the other catch-all form validation error to info should be sufficient

418

for the sake of being explicit, this is the catch-all logging message I was referring to. Changing this to info should be sufficient.

I went ahead, made the change and pushed to develop - 49133a5abf4eca40169318d655c310f1ad9df71d

tflink accepted this revision.Feb 24 2014, 4:16 PM

The actual changes are good, hoping that this can be closed if it's marked as accepted

mkrizek closed this revision.Feb 24 2014, 4:27 PM