We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79df02d commit 72eef74Copy full SHA for 72eef74
1 file changed
plugin-adapter.py
@@ -20,7 +20,7 @@
20
21
22
logging.basicConfig(
23
- level=logging.ERROR,
+ level=logging.INFO,
24
format="%(asctime)s [%(threadName)-12.12s] [%(levelname)-5.5s] %(message)s",
25
handlers=[
26
logging.FileHandler("debug.log"),
0 commit comments