
It would save a lot of space to only write JSON logs, rather than also write formatted logs. This utility turns the former into the latter so we can do this without removing the ability of a sysadmin to read logs in a sensible format. You can either provide a filename or pipe via stdin. `tail -f` works as stdin. Each record must occupy precisely one line. Change-Id: I334e1e52d442f82bf68da9e581ce44bc3465208b Co-Authored-By: Alexis Lee <lxsli@hpe.com>
oslo.log -- Oslo Logging Library
The oslo.log (logging) configuration library provides standardized configuration for all openstack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id's etc).
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.log
- Source: http://git.openstack.org/cgit/openstack/oslo.log
- Bugs: http://bugs.launchpad.net/oslo.log
Description
Languages
Python
100%