Skip to main content

Toolchain used to recording log events at different levels .

Project description

System logger module

Module used for system logger tool. It will record log events and write them out in a file with different information such as the file where the log is and the line. The purpose of this module is to have a logger in common for all the files your app may need. There are different log levels entries and the minimum log level can be configured in a log_config.yaml This file should be located in the folder where the main file is going to be launched. There is a template for the log_config.yaml The different log level entries are from less important to most: DEBUG, INFO, WARNING, ERROR, CRITICAL


--- #YAML FILE START
__main__: "DEBUG" 

##### sys #####
sys_shd: "CRITICAL"
sys_conf: "WARNING"
sys_log: "INFO"

file_handlers: {
  # "log_can" : [ drv.drv_can, drv.drv_epc ],
}

Co-authors: Roberto Aldea, Javier Sanz, Marius Crisan

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rfb_logger_tool-0.0.1.tar.gz (46.5 kB view hashes)

Uploaded Source

Built Distribution

rfb_logger_tool-0.0.1-py3-none-any.whl (32.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page