1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

remove obsolete bot_user check; decrease debug logging

This commit is contained in:
urlbot
2014-12-02 16:32:53 +01:00
parent 1dd4637820
commit 83d6ecff37
2 changed files with 1 additions and 5 deletions

View File

@@ -287,7 +287,7 @@ if '__main__' == __name__:
print(sys.argv[0] + ' ' + VERSION)
logging.basicConfig(
level=logging.DEBUG,
level=logging.INFO,
format='%(levelname)-8s %(message)s'
)