Putting the game/logs directory under version control since it seems some users don't auto-create this at server-start.
If you see problems with an already existing game/logs directory upon pulling this commit, remove the old one first (saving away old logs if necessary).
This commit is contained in:
parent
35acad6162
commit
c301ec4922
2 changed files with 12 additions and 3 deletions
8
game/logs/README
Normal file
8
game/logs/README
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
This directory holds log files for the server.
|
||||
|
||||
portal.log - logs from Portal (if run in daemon mode)
|
||||
server.log - logs from Server (if run in daemon mode)
|
||||
http_requests.log - http request info (if running webserver/client)
|
||||
|
||||
All log files are rotated to their *.old version when the server is fully
|
||||
stopped, then restarted again (i.e. not on normal reloads).
|
||||
Loading…
Add table
Add a link
Reference in a new issue