Skip to content

tanmaykm/LogRollerCompose.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogRollerCompose

Build Status codecov.io

Provides plugins to allow logger provided by LogRoller to be used with LogCompose.

The following logger types can be composed with this package:

  • LogRoller.RollingLogger
  • LogRoller.RollingFileWriter

Example configurations:

[loggers.rollinglogger]
type = "LogRoller.RollingLogger"
filename = "testapp.log"
# sizelimit = 10240000
# entry_sizelimit = 262144
# nfiles = 5
# min_level = "Debug"                   # Debug, Info (default) or Error
# timestamp_identifier = "time"
# format = "console"                    # console or json

[loggers.rollingfile]
type = "LogRoller.RollingFileWriter"
filename = "testplain.log"
# sizelimit = 10240000
# nfiles = 5
# assumed_level = "Debug"                 # Debug, Info (default) or Error

Check documentation of LogRoller for more details about parameter values.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages