minor logging changes... preferences really
This commit is contained in:
parent
c3f53b5eb7
commit
d356459ad2
@ -299,7 +299,7 @@ def process_peer_list(_data, _network):
|
|||||||
'KEEP_ALIVES_OUTSTANDING': 0
|
'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.
|
# Gratuitous print-out of the peer list.. Pretty much debug stuff.
|
||||||
|
@ -61,8 +61,8 @@ dictConfig({
|
|||||||
},
|
},
|
||||||
'loggers': {
|
'loggers': {
|
||||||
'dmrlink': {
|
'dmrlink': {
|
||||||
'handlers': ['file-timed', 'syslog'],
|
# 'handlers': ['file-timed', 'syslog'],
|
||||||
# 'handlers': ['file', 'console'],
|
'handlers': ['console'],
|
||||||
'level': 'INFO',
|
'level': 'INFO',
|
||||||
'propagate': True,
|
'propagate': True,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user