7 Commits

Author SHA1 Message Date
Alessandro Pilotti
18c82a0592 Adds a serial logging wrapper for unicode strings
Adds a filter in the serial port logging handler to convert unicode
string input to bytes as pyserial does not handle unicode content.
2014-09-10 00:13:55 +03:00
Alessandro Pilotti
46e5b01c44 Fixes issue with serial port logging availability
If the configured serial port is not available logs the exception
instead of causing the program to terminate.
2014-09-09 23:23:43 +03:00
Alessandro Pilotti
2d2bca7003 Updates oslo-incubator files to the current master 2014-02-10 05:41:31 +02:00
Alessandro Pilotti
bddc7b19c7 Updates oslo-incubator files
Updates to the stable/grizzly version since "openstack.common.setup"
has been replaced with "pbr" in later versions and this will require
the conversion of setup.py before.
2014-02-10 05:02:11 +02:00
Alessandro Pilotti
d7dff62e0a Move to oslo.config 2014-02-10 04:47:28 +02:00
Alessandro Pilotti
48049be69c Adds additional serial port logging config 2014-02-10 01:41:39 +02:00
Alessandro Pilotti
dfbf133aee Adds serial port logging support
Adds serial port logging to improve troubleshooting.
Serial port settings are confugurable with the option:
"logging_serial_port_settings"
2014-02-09 20:41:39 +02:00