Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

system-logger-tool

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

system-logger-tool

Toolchain used to recording log events at different levels .

  • 0.2.7
  • Source
  • PyPI
  • Socket score

Maintainers
5

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 ],
}

Keywords

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc