1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-25 14:50:30 +03:00

Merge pull request #8 from altlinux/loglevel

Set loglevel to ERROR instead of DEBUG
This commit is contained in:
Evgeny Sinelnikov 2020-01-24 16:33:55 +04:00 committed by GitHub
commit b2b2b30fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ def parse_arguments():
help='Don\'t start plugins')
arguments.add_argument('--loglevel',
type=int,
default=0,
default=4,
help='Set logging verbosity level')
return arguments.parse_args()