mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
cmd/ctrld: use debug level when --log set
This commit is contained in:
committed by
Cuong Manh Le
parent
31e4bcb4c3
commit
b0dc96aa01
@@ -609,6 +609,7 @@ func processListenFlag() {
|
||||
|
||||
func processLogAndCacheFlags() {
|
||||
if logPath != "" {
|
||||
cfg.Service.LogLevel = "debug"
|
||||
cfg.Service.LogPath = logPath
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user