minor logging changes... preferences really

This commit is contained in:
Cort Buffington 2013-12-05 18:46:54 -06:00
parent c3f53b5eb7
commit d356459ad2
2 changed files with 3 additions and 3 deletions

View File

@ -299,7 +299,7 @@ def process_peer_list(_data, _network):
'KEEP_ALIVES_OUTSTANDING': 0
}
}
logger.info('(%s) Peer Added: %s', _network, NETWORK[_network]['PEERS'][_hex_radio_id])
logger.debug('(%s) Peer Added: %s', _network, NETWORK[_network]['PEERS'][_hex_radio_id])
# Gratuitous print-out of the peer list.. Pretty much debug stuff.

View File

@ -61,8 +61,8 @@ dictConfig({
},
'loggers': {
'dmrlink': {
'handlers': ['file-timed', 'syslog'],
# 'handlers': ['file', 'console'],
# 'handlers': ['file-timed', 'syslog'],
'handlers': ['console'],
'level': 'INFO',
'propagate': True,
}