Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c87fd674 authored by Kelvin Zhang's avatar Kelvin Zhang Committed by Gerrit Code Review
Browse files

Merge "Allow -v option to change log level" into main

parents 4c096382 9d741281
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ def InitLogging():
          '': {
              'handlers': ['default'],
              'propagate': True,
              'level': 'WARNING',
              'level': 'NOTSET',
          }
      }
  }