mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #9220 from appwrite/chore-log-populated-path
Log path with populated parameters
This commit is contained in:
commit
d9acec6324
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ App::error()
|
|||
|
||||
$log->addTag('database', $dsn->getHost());
|
||||
$log->addTag('method', $route->getMethod());
|
||||
$log->addTag('url', $route->getPath());
|
||||
$log->addTag('url', $request->getURI());
|
||||
$log->addTag('verboseType', get_class($error));
|
||||
$log->addTag('code', $error->getCode());
|
||||
$log->addTag('projectId', $project->getId());
|
||||
|
|
|
|||
Loading…
Reference in a new issue