config: make conf file parsing less verbose in debug mode
ClosedPublic

Authored by kparal on Jul 3 2014, 11:37 AM.

Details

Summary

I'm trying to remove some unneded clutter.

Before:

$ runtask -i xchat-2.8.8-21.fc20 -t koji_build -a x86_64 ../task-rpmlint/rpmlint.yml --debug
[libtaskotron:config.py:156] 2014-07-03 12:17:09 DEBUG   Trying to open configuration file: /etc/taskotron/taskotron.yaml
[libtaskotron:config.py:166] 2014-07-03 12:17:09 DEBUG   Trying to parse configuration file: /etc/taskotron/taskotron.yaml
[libtaskotron:config.py:64] 2014-07-03 12:17:09 DEBUG   Using config profile: development
[libtaskotron:logger.py:109] 2014-07-03 12:17:09 DEBUG   Stream logging enabled

After:

$ runtask -i xchat-2.8.8-21.fc20 -t koji_build -a x86_64 ../task-rpmlint/rpmlint.yml --debug
[libtaskotron:config.py:93] 2014-07-03 13:31:07 DEBUG   Using config file: /etc/taskotron/taskotron.yaml
[libtaskotron:config.py:64] 2014-07-03 13:31:07 DEBUG   Using config profile: development
[libtaskotron:logger.py:109] 2014-07-03 13:31:07 DEBUG   Stream logging enabled
Test Plan

tested in action

Diff Detail

Repository
rLTRN libtaskotron
Lint
Lint Skipped
Unit
Unit Tests Skipped
kparal retitled this revision from to config: make conf file parsing less verbose in debug mode.Jul 3 2014, 11:37 AM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: mkrizek, jskladan, tflink.
mkrizek accepted this revision.Jul 3 2014, 11:43 AM
This revision is now accepted and ready to land.Jul 3 2014, 11:43 AM
kparal closed this revision.Jul 3 2014, 1:52 PM
kparal updated this revision to Diff 518.

Closed by commit rLTRN1491c5f1689c (authored by @kparal).