1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +03:00

TRACE: Tweak --trace-all help message

Yes, it actually uses TRACE_ALL level, that's why I didn't capitlise
'trace' in 'Force trace level logging ...'.
This commit is contained in:
Athanasius 2021-08-13 11:39:19 +01:00
parent e10e8390a3
commit cf399da8d7
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -84,7 +84,7 @@ if __name__ == '__main__': # noqa: C901
parser.add_argument(
"--trace-all",
help="Disable trace-on functionality (show any and all trace messages, regardless of trace-on gates)",
help='Force trace level logging, with all possible --trace-on values active.',
action='store_true'
)