Prechádzať zdrojové kódy

Set default logging level to error

Stefan Profanter 6 rokov pred
rodič
commit
1bd6943acf

+ 1 - 0
tools/nodeset_compiler/nodeset_compiler.py

@@ -89,6 +89,7 @@ parser.add_argument('--max-string-length',
                     help='Maximum allowed length of a string literal. If longer, it will be set to an empty string')
 
 parser.add_argument('-v', '--verbose', action='count',
+                    default=1,
                     help='Make the script more verbose. Can be applied up to 4 times')
 
 args = parser.parse_args()