mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-15 05:52:43 +00:00
Set proper logging level on tunasynctl-cmd
This commit is contained in:
parent
4d461bd172
commit
a44891d3e8
@ -24,9 +24,12 @@ func InitLogger(verbose, debug, withSystemd bool) {
|
|||||||
|
|
||||||
if debug {
|
if debug {
|
||||||
logging.SetLevel(logging.DEBUG, "tunasync")
|
logging.SetLevel(logging.DEBUG, "tunasync")
|
||||||
|
logging.SetLevel(logging.DEBUG, "tunasynctl-cmd")
|
||||||
} else if verbose {
|
} else if verbose {
|
||||||
logging.SetLevel(logging.INFO, "tunasync")
|
logging.SetLevel(logging.INFO, "tunasync")
|
||||||
|
logging.SetLevel(logging.INFO, "tunasynctl-cmd")
|
||||||
} else {
|
} else {
|
||||||
logging.SetLevel(logging.NOTICE, "tunasync")
|
logging.SetLevel(logging.NOTICE, "tunasync")
|
||||||
|
logging.SetLevel(logging.NOTICE, "tunasynctl-cmd")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user