Repository URL to install this package:
|
Version:
1.0.16 ▾
|
gns-logger
/
PKG-INFO
|
|---|
Metadata-Version: 2.1
Name: gns-logger
Version: 1.0.16
Summary: Smart logger that is compatible for multi-threading environments
Home-page: https://gitlab.com/genesort/pipeline2/gns-logger.git
Author: Dana Blanc
Author-email: danab@genesort.com
License: UNKNOWN
Description: # gns-logger
Smart logger that is compatible for multi-threading environments.
The logger has 4 configurations which can be changed using the YAML file:
1) console-simple - log to stdout with the following format: '%(asctime)s %(levelname)-8s %(name)-15s %(message)s'
2) console-json - log to stdout in json format
3) file-simple - log to file with the following format: '%(asctime)s %(levelname)-8s %(name)-15s %(message)s'
4) file-json - log to file in json format
The loggers wanted can be specified in the YAML in the root->handlers list.
The name of the file should be specified in the YAML file as well (currently - mplog.log)
# Requirements
- Python 3
Platform: UNKNOWN
Description-Content-Type: text/markdown