Skip to content

Commit 20ba594

Browse files
author
Jakob Maier
committed
change logging level
1 parent f241d68 commit 20ba594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client/get_project_vulnerabilites_as_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
API_TOKEN = os.getenv('API_TOKEN')
2323

2424
logging.basicConfig(
25-
level=logging.DEBUG,
25+
level=logging.INFO,
2626
format="[%(asctime)s] {%(module)s:%(lineno)d} %(levelname)s - %(message)s"
2727
)
2828

0 commit comments

Comments
 (0)