Skip to content

tanmaykm/SyslogLoggingCompose.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyslogLoggingCompose

Build Status Coverage Status

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

Example configuration:

[loggers.syslog]
type = "SyslogLogging.SyslogLogger"
identity = "testapp"
# min_level = "Info"                      # default is Info
# facility = "user"                       # one of the facility types listed in Syslogs.jl (default is user)
# server_type = "tcp"                     # tcp or udp or local (default)
# server_host = syslogsrvr
# server_port =
# lock = false                            # whether to lock the syslog facility while logging
# topmodule = "SyslogLoggingComposeTest"  # optional top module to use to resolve SyslogLogging module
#                                         #   usually module that says `using SyslogLogging` in your code

Check documentation of SyslogLogging for more details about parameter values.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages