mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 02:36:32 +01:00
Merge 903ac91a11 into 3761a7cb21
This commit is contained in:
commit
3595d75b23
1 changed files with 2 additions and 0 deletions
|
|
@ -281,6 +281,8 @@ class GetLogObserver:
|
|||
log_msg = twisted_logger.formatEventAsClassicLogText(
|
||||
event, formatTime=lambda e: twisted_logger.formatTime(e, _TIME_FORMAT)
|
||||
)
|
||||
if log_msg is None:
|
||||
return None
|
||||
return f"{component_prefix}{log_msg}"
|
||||
|
||||
def __call__(self, outfile):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue