Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
monitor-client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c770692c
authored
Mar 18, 2021
by
Szeberényi Imre
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logging level fix
parent
cb17652f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
src/client.py
+0
-1
No files found.
src/client.py
View file @
c770692c
...
...
@@ -13,7 +13,6 @@ import re
logging
.
basicConfig
()
logger
=
logging
.
getLogger
(
__name__
)
level
=
os
.
environ
.
get
(
'LOGLEVEL'
,
'INFO'
)
logger
.
setLevel
(
'INFO'
)
...
...
Szeberényi Imre
@szebi
mentioned in commit
01cd7978
Mar 18, 2021
mentioned in commit
01cd7978
mentioned in commit 01cd7978b56dc83a145d9191b6f98e1b767a8e7b
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment