754c0b1f28
* Fixed initial state for eeprom.py and sfputil.py when thrift server is down * Added transceiver plug-in/out event processing Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
18 lines
325 B
Plaintext
18 lines
325 B
Plaintext
version: 1
|
|
disable_existing_loggers: False
|
|
|
|
formatters:
|
|
simple:
|
|
format: '%(asctime)s %(name)-30s %(levelname)-7s %(message)s'
|
|
|
|
handlers:
|
|
file:
|
|
class: logging.handlers.RotatingFileHandler
|
|
formatter: simple
|
|
filename: /var/log/platform.log
|
|
|
|
root:
|
|
level: ERROR
|
|
handlers:
|
|
- file
|