mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
chore: Set default log level to Debug
This commit is contained in:
@ -113,7 +113,7 @@ func Init(logsPath, level string) error {
|
||||
// Debug or Trace.
|
||||
func setLevel(level string) error {
|
||||
if level == "" {
|
||||
return nil
|
||||
level = "debug"
|
||||
}
|
||||
|
||||
logLevel, err := logrus.ParseLevel(level)
|
||||
|
||||
Reference in New Issue
Block a user