Vue Polling - update info log location when job is not found

This commit is contained in:
Dillon Ngo
2024-03-18 12:58:17 +08:00
parent ffd338e287
commit 122888f39a
2 changed files with 8 additions and 1 deletions
@@ -69,7 +69,7 @@ abstract class AbstractControllerLogic
} catch (ErrorException|GeneralExceptions $exception){
if ($exception instanceof JobResourceNotFoundException) {
Log::error(sprintf(
Log::channel('vue_polling')->info(sprintf(
"Uncaught exception '%s' with message '%s' in %s:%d",
get_class($exception),
$exception->getMessage(),