mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-04 01:07:49 +02: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() {
|
func processLogAndCacheFlags() {
|
||||||
if logPath != "" {
|
if logPath != "" {
|
||||||
|
cfg.Service.LogLevel = "debug"
|
||||||
cfg.Service.LogPath = logPath
|
cfg.Service.LogPath = logPath
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user