update debug log usage and add fanciness to log printing
This commit is contained in:
parent
91498926d5
commit
1f192607b2
8 changed files with 27 additions and 25 deletions
|
|
@ -39,7 +39,7 @@ func InitFromConfig(configFile string) (ast.VarTable, ast.FuncTable) {
|
|||
|
||||
util.LoadScript(configFile, vars, funcs)
|
||||
|
||||
log.Log(log.DEBUG,
|
||||
log.Log(log.INFO,
|
||||
"config file fully evaluated",
|
||||
"config")
|
||||
return vars, funcs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue