mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-16 13:17:19 +02:00
cmd/ctrld: remove prefix main field
While at it, also make init logging with empty log path when running start command. Updates #55
This commit is contained in:
committed by
Cuong Manh Le
parent
bac6810956
commit
35c890048b
+1
-1
@@ -80,7 +80,7 @@ func initLogging() {
|
||||
})
|
||||
writers = append(writers, consoleWriter)
|
||||
multi := zerolog.MultiLevelWriter(writers...)
|
||||
mainLog = mainLog.Output(multi).With().Timestamp().Str("prefix", "main").Logger()
|
||||
mainLog = mainLog.Output(multi).With().Timestamp().Logger()
|
||||
if verbose > 0 || isLog {
|
||||
proxyLog = proxyLog.Output(multi).With().Timestamp().Logger()
|
||||
// TODO: find a better way.
|
||||
|
||||
Reference in New Issue
Block a user