first functional version
This commit is contained in:
@@ -37,7 +37,7 @@ type configStructure struct {
|
||||
// Set Defaults
|
||||
var config = configStructure{
|
||||
LogLevel: 50,
|
||||
TimeFormat: "2006-01-02 15:04:05",
|
||||
TimeFormat: "2006-01-02 15:04:05 MST",
|
||||
Log: &logutils.LevelFilter{
|
||||
Levels: []logutils.LogLevel{"TRACE", "DEBUG", "INFO", "WARNING", "ERROR"},
|
||||
Writer: os.Stderr,
|
||||
|
Reference in New Issue
Block a user