Documentation ¶
Overview ¶
Package config Created by RTT. Author: teocci@yandex.com on 2021-Aug-23
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Syslog = false // Run logger will output into the syslog Verbose = true // Run in verbose mode File = "" // Configuration file to load TempDir = "./tmp" // Temporal directory Version = false // Print version info and exit LogLevel = "info" // Log level to output [fatal|error|info|debug|trace] LogFile = "" // File where the logger will output LogConfig logger.LogConfig // configuration for the logger Log *logger.Logger // Central logger for the app )
Functions ¶
func LoadLogConfig ¶
func LoadLogConfig()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.