Socket
Socket
Sign inDemoInstall

rfb-logger-tool

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rfb-logger-tool

Toolchain used to recording log events at different levels .


Maintainers
1

Readme

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

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc