nextcloud/lib/private/Log
Côme Chilliet cb80ec7ebb
feat(log): Add script name and occ command to log details
This will help when troubleshooting issues. For web request we have
 method and url, but for cron and occ currently we have no way to know if
 it’s one or the other and which command.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-12-04 15:04:59 +01:00
..
ErrorHandler.php
Errorlog.php
ExceptionSerializer.php
File.php
LogDetails.php feat(log): Add script name and occ command to log details 2025-12-04 15:04:59 +01:00
LogFactory.php
PsrLoggerAdapter.php fix(logger): add back lost params for logger methods 2025-11-27 13:44:07 +01:00
Rotate.php
Syslog.php fix(syslog): open syslog channel on write 2025-07-02 09:14:33 +08:00
Systemdlog.php