Skip to content

Commit 67f1bde

Browse files
committed
rm incorrect comment
1 parent ca17bbe commit 67f1bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def initialize_config():
110110

111111

112112
if __name__ == "__main__":
113-
logging.basicConfig( # Run `tail -f client.log` in another terminal to view live
113+
logging.basicConfig(
114114
filename="default_config.log",
115115
level=logging.INFO, # DEBUG, INFO, WARNING, ERROR, CRITICAL)
116116
format="%(asctime)s - %(levelname)s - %(message)s"

0 commit comments

Comments
 (0)