ソースを参照

Set default logging level to error

Stefan Profanter 6 年 前
コミット
1bd6943acf
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  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()