Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 30 Sep 2005 19:44:23 +0000 (19:44 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 30 Sep 2005 19:44:23 +0000 (19:44 +0000)
commit3b92d7f9e5bdb1043f5802f764d7a7f843cfeee2
tree3d48433664e94976571ce3d2925889c7752a216b
parent953ad45c5bdff6e50b27cfa351daf82383a91348
Imported from archive.

* command (command:show), mudpy.py (command_show): Added a log
parameter to the admin command show, allowing administrative users
to review recent log entries.

* mudpy.conf (internal:logging), mudpy.py (log): Added an in-memory
ring buffer for logging, configurable via the max_log_lines facet.

* mudpy.py (excepthook): Attempt to log any Python interpreter
exceptions.
(log): Implemented a log priority mechanism to allow filtering logs
by importance. Log entries above an administrative account's
loglevel int facet in will be echoed to their owner's socket if
connected.
command
mudpy.conf
mudpy.py