mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-11-27 18:10:37 +00:00
log end of middleware
This commit is contained in:
parent
5ccec6a942
commit
434cce5d0d
|
|
@ -1563,6 +1563,7 @@ class SeedDMS_ExtPaperless_RestAPI_Auth { /* {{{ */
|
||||||
/* Set userobj to keep other middlewares for authentication from running */
|
/* Set userobj to keep other middlewares for authentication from running */
|
||||||
$this->container['userobj'] = true;
|
$this->container['userobj'] = true;
|
||||||
}
|
}
|
||||||
|
$logger->log("End of paperless middleware for method ".$request->getMethod()." on '".$request->getUri()->getPath()."'", PEAR_LOG_INFO);
|
||||||
$response = $next($request, $response);
|
$response = $next($request, $response);
|
||||||
return $response;
|
return $response;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user