nextcloud/lib/private/Log
Côme Chilliet 37b105eff9 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-15 16:58:53 +01:00
..
ErrorHandler.php fix(log): map all warnings to warn log level, notice to info 2025-05-27 06:22:56 +00:00
Errorlog.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
ExceptionSerializer.php fix(logger): Fix closure detection when filtering sensitive parameters 2024-11-08 12:59:14 +01:00
File.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
LogDetails.php feat(log): Add script name and occ command to log details 2025-12-15 16:58:53 +01:00
LogFactory.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
PsrLoggerAdapter.php feat(PsrLoggerAdapter): Allow to use Psr\Log\LogLevel for log method 2024-09-14 17:35:11 +02:00
Rotate.php fix: make rotate logs a TimedJob and run every hour 2025-06-24 08:28:08 +00:00
Syslog.php fix(syslog): open syslog channel on write 2025-07-03 13:41:57 +08:00
Systemdlog.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00