nextcloud-server/lib/private/Log
Kent Delante 79ee6daee5 fix(syslog): open syslog channel on write
This fixes a bug where only one tag gets used when multiple tags have
been configured (e.g. different tags for 'syslog_tag' and 'syslog_tag_audit')

Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-07-03 13:41:57 +07:00
..
ErrorHandler.php fix(log): map all warnings to warn log level, notice to info 2025-05-27 06:22:56 +07:00
Errorlog.php
ExceptionSerializer.php
File.php
LogDetails.php fix(log): Only log client request id if present, and at the end 2025-05-14 08:07:59 +07:00
LogFactory.php
PsrLoggerAdapter.php
Rotate.php fix: make rotate logs a TimedJob and run every hour 2025-06-24 08:28:08 +07:00
Syslog.php fix(syslog): open syslog channel on write 2025-07-03 13:41:57 +07:00
Systemdlog.php