Skip to content

Commit 77f8b4f

Browse files
author
Glenn Snyder
committed
adding sample using Client interface
1 parent aa75434 commit 77f8b4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/generate_csv_reports_for_project_version.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010

1111
import argparse
1212
import json
13+
import logging
1314
import time
1415

16+
logging.basicConfig(
17+
level=logging.DEBUG,
18+
format="[%(asctime)s] {%(module)s:%(lineno)d} %(levelname)s - %(message)s"
19+
)
20+
1521
version_name_map = {
1622
'version': 'VERSION',
1723
'scans': 'CODE_LOCATIONS',

0 commit comments

Comments
 (0)