TinyMUX

@list-logging

Commands

COMMAND: @list logging

Lists the type of information that is written to the log file and how it is displayed. The following types of information may be logged:

accounting     - Usage information on player disconnect.
all_commands   - All commands executed by anyone or anything.
bad_commands   - Commands that resulted in a 'Huh?' message.
buffer_alloc   - Allocates and frees of buffers in the buffer pools.
bugs           - Things that should never happen, but did.
checkpoints    - Writes of the database to disk.
config_changes - Changes in the configuration parameters.
create         - The creation of new players.
killing        - Use of the kill command, successful and unsuccessful.
logins         - Players connecting and disconnecting.
network        - New and dropped network connections.
problems       - Database inconsistencies that are found.
security       - Connect attempts with the wrong password, etc.
shouts         - Messages sent to all players or all wizards.
startup        - Events while starting up.
wizard         - Use of powerful wizard commands, like @toad.

The following formatting information is listed:

flags          - Include flags for players/objects/rooms listed.
location       - Include location if player/object when requested.
owner          - Include owner of objects/rooms listed.
timestamp      - Prefix log entries by a timestamp.

Related Topics: log, log_options.