Skip to content

Commit f7a0e87

Browse files
committed
Make webserver log to webserverLog.txt instead of log.txt
1 parent 85167c4 commit f7a0e87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XRPLib/webserver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import network
66
import time
77

8+
logging.log_file = "webserverLog.txt"
9+
810
class Webserver:
911

1012
@classmethod

0 commit comments

Comments
 (0)