mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Update logger docs.
This commit is contained in:
parent
bc340fbf0d
commit
f890c8bddb
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@ Logging facilities
|
|||
|
||||
These are thin wrappers on top of Twisted's logging facilities; logs
|
||||
are all directed either to stdout (if Evennia is running in
|
||||
interactive mode) or to game/logs.
|
||||
interactive mode) or to $GAME_DIR/server/logs.
|
||||
|
||||
The log_file() function uses its own threading system to log to
|
||||
arbitrary files in game/logs.
|
||||
arbitrary files in $GAME_DIR/server/logs.
|
||||
|
||||
Note: All logging functions have two aliases, log_type() and
|
||||
log_typemsg(). This is for historical, back-compatible reasons.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue