fix oauth login

This commit is contained in:
xiaomlove
2025-05-02 22:04:00 +07:00
parent 8f4a6cf50c
commit 7ef23bcc6b
3 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,6 @@ class NexusFormatter
if (nexus()) {
$id = nexus()->getRequestId();
}
$id .= " -> " . getLogFile();
$format = "[%datetime%] [" . $id . "] %channel%.%level_name%: %message% %context% %extra%\n";
return tap(new LineFormatter($format, 'Y-m-d H:i:s', true, true), function ($formatter) {
$formatter->includeStacktraces();