Flag for Logger Config yaml file name
Removed yaml filename from env.go and added its flag to scheduler.go
This commit is contained in:
parent
ef6d154d06
commit
24dbbb208f
5 changed files with 8 additions and 9 deletions
|
@ -13,7 +13,7 @@ type Logger interface {
|
|||
type LoggerImpl struct {
|
||||
Type int
|
||||
AllowOnConsole bool
|
||||
LogFile *os.File
|
||||
LogFile *os.File
|
||||
next Logger
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue