Skip to content

Commit 631c203

Browse files
committed
fix: remove file logging
1 parent d75a06e commit 631c203

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

botbase/botbase.py

-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ def get_handlers():
4545
"%(levelname)-7s %(asctime)s %(filename)12s:%(funcName)-28s: %(message)s",
4646
datefmt="%H:%M:%S %d/%m/%Y",
4747
)
48-
h = RotatingFileHandler(
49-
"./logs/bot/io.log",
50-
maxBytes=1000000,
51-
backupCount=5,
52-
encoding="utf-8",
53-
)
5448
i = StreamHandler()
5549

5650
i.setFormatter(formatter)

0 commit comments

Comments
 (0)