Version 1 (modified by 10 years ago) ( diff ) | ,
---|
All logging information is stored in the folder of the running instance.
- stdout.log
- Console output of the engine is redirected to this file.
- output.log
- The scripts automatically start a log monitor whenever an instance is started. This log monitor writes every new log line in SDTD_BASE/engine/7DaysToDie_Data/output_log.txt to this file but prepends the current time to the line. This way you can see at what time a single line in the log was written.
- players.log
- When the log monitor sees a line for a player connect or disconnect event an entry in this file is generated, stating the time of the event, connect ("+++") or disconnect ("---"), entity id for the player, nickname and Steam id.
- players.xml
-
The monitor also stores information on players that have been on the server in this file. Here each unique player gets one XML entry containing this information:
- steamid
- nickname
- playtime - total playtime in seconds
- logins - number of logins
- lastlogin - time of last login as unix time
- online - current state as boolean
- entityid - entity id during current/last login
Note:
See TracWiki
for help on using the wiki.