Skip to content

Commit c079158

Browse files
author
root
committed
Fixed debug logging partially. Need to set level before miniprobe initialization...
1 parent a4e1040 commit c079158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

miniprobe.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ def __init__(self):
5353
logging.basicConfig(
5454
filename="./logs/probe.log",
5555
filemode="a",
56-
level=logging.DEBUG,
56+
# level=logging.DEBUG,
57+
level=logging.INFO,
5758
format="%(asctime)s - %(levelname)s - %(message)s",
5859
datefmt='%m/%d/%Y %H:%M:%S'
5960
)

0 commit comments

Comments
 (0)