mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
conf: fix testconf missing the logging: section
This commit is contained in:
parent
557efc369f
commit
da7bd649d2
7
conf.py
7
conf.py
@ -25,10 +25,13 @@ testconf = {'bot':
|
||||
'nick': 'PyLink',
|
||||
'user': 'pylink',
|
||||
'realname': 'PyLink Service Client',
|
||||
# Suppress logging in the test output for the most part.
|
||||
'loglevel': 'CRITICAL',
|
||||
'serverdesc': 'PyLink unit tests'
|
||||
},
|
||||
'logging':
|
||||
{
|
||||
# Suppress logging in the test output for the most part.
|
||||
'stdout': 'CRITICAL'
|
||||
},
|
||||
'servers':
|
||||
# Wildcard defaultdict! This means that
|
||||
# any network name you try will work and return
|
||||
|
Loading…
Reference in New Issue
Block a user