mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 07:22:08 +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 */
|
||||
$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);
|
||||
return $response;
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user