mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +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',
|
'nick': 'PyLink',
|
||||||
'user': 'pylink',
|
'user': 'pylink',
|
||||||
'realname': 'PyLink Service Client',
|
'realname': 'PyLink Service Client',
|
||||||
# Suppress logging in the test output for the most part.
|
|
||||||
'loglevel': 'CRITICAL',
|
|
||||||
'serverdesc': 'PyLink unit tests'
|
'serverdesc': 'PyLink unit tests'
|
||||||
},
|
},
|
||||||
|
'logging':
|
||||||
|
{
|
||||||
|
# Suppress logging in the test output for the most part.
|
||||||
|
'stdout': 'CRITICAL'
|
||||||
|
},
|
||||||
'servers':
|
'servers':
|
||||||
# Wildcard defaultdict! This means that
|
# Wildcard defaultdict! This means that
|
||||||
# any network name you try will work and return
|
# any network name you try will work and return
|
||||||
|
Loading…
Reference in New Issue
Block a user