Skip to content
Extraits de code Groupes Projets
Valider aa54d7ff rédigé par Bastien Le Querrec's avatar Bastien Le Querrec
Parcourir les fichiers

cli: aligne le niveau de log du contrôle de Tor sur le niveau de RAAspotter

parent 00e57686
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -160,9 +160,11 @@ args = parser.parse_args()
if args.v or os.getenv('VERBOSE'):
logging.basicConfig(level=logging.INFO)
logging.getLogger("stem").setLevel(logging.WARNING)
if args.vv or os.getenv('VVERBOSE'):
logging.basicConfig(level=logging.DEBUG)
logging.getLogger("stem").setLevel(logging.WARNING)
if args.keywords:
__KEYWORDS = args.keywords
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter