We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f241d68 commit 20ba594Copy full SHA for 20ba594
examples/client/get_project_vulnerabilites_as_csv.py
@@ -22,7 +22,7 @@
22
API_TOKEN = os.getenv('API_TOKEN')
23
24
logging.basicConfig(
25
- level=logging.DEBUG,
+ level=logging.INFO,
26
format="[%(asctime)s] {%(module)s:%(lineno)d} %(levelname)s - %(message)s"
27
)
28
0 commit comments