Skip to content

Commit 570074a

Browse files
committed
remnant of an older era
1 parent 2eccbf9 commit 570074a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/utils/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __enter__(self: Self) -> Self:
4646

4747
self.log.setLevel(logging.INFO)
4848
handler = RotatingFileHandler(
49-
filename=self.logging_path / "Mipha.log",
49+
filename=self.logging_path / "PythonistaBot.log",
5050
encoding="utf-8",
5151
mode="w",
5252
maxBytes=self.max_bytes,

0 commit comments

Comments
 (0)