8000 GitHub - mongoose-os-libs/file-logger at 2.2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mongoose-os-libs/file-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-logger

File-logger is a library which implements log file rotation: it maintains max X log files of max size Y, so that you always have latest logs from the device persisted on the filesystem. By default there are max 10 files, prefixed with log_, each of max size 5000 bytes.

See mos.yml file for the possible options. At least you'd have to enable this lib in your app's mos.yml, like this:

libs:
  - origin: https://github.com/mongoose-os-libs/file-logger

config_schema:
  - ["file_logger.enable", true]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0