first functional version

This commit is contained in:
2021-12-10 15:15:21 -06:00
parent 4278e622ce
commit c9ad2a10f5
5 changed files with 56 additions and 24 deletions

View File

@@ -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,