Explorar el Código

Set default logging level to error

Stefan Profanter hace 6 años
padre
commit
1bd6943acf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tools/nodeset_compiler/nodeset_compiler.py

+ 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()