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)
commitb1176dd6b9ee7b3ba4831e959a18e81a6729ba54
treedf1f4b1fbb53035d72a0177e0f9dd4d69b43a73c
parent89ff278697fb215e01b34bebe85b18d8db3af44d
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