Write logs to files instead of printing them to stdout

This commit is contained in:
Philipp Moritz
2016-06-19 12:45:34 -07:00
parent c7e14e0a8b
commit 912fd5cc81
11 changed files with 141 additions and 45 deletions
+2
View File
@@ -0,0 +1,2 @@
LOG_DIRECTORY = "/tmp/raylogs/"
LOG_TIMESTAMP = "{:%Y-%m-%d=%H:%M:%S}"