Skip to content

Commit 8c6e5e0

Browse files
author
Glenn Snyder
committed
spacing logging messages
1 parent 339abb6 commit 8c6e5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/find_github_repos_in_bd_kb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
parser.add_argument("-l", "--limit", type=int, default=100, help="The number of components to return with each call to the REST API (default: 100)")
1717
args = parser.parse_args()
1818

19-
logging.basicConfig(format='%(asctime)s%(levelname)s:%(message)s', stream=sys.stderr, level=logging.DEBUG)
19+
logging.basicConfig(format='%(asctime)s %(levelname)s: %(message)s', stream=sys.stderr, level=logging.DEBUG)
2020
logging.getLogger("requests").setLevel(logging.WARNING)
2121
logging.getLogger("urllib3").setLevel(logging.WARNING)
2222

0 commit comments

Comments
 (0)