mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Merge remote-tracking branch 'origin/PLA-3018' into PLA-3018
This commit is contained in:
commit
dd8894ad1e
1 changed files with 1 additions and 1 deletions
|
|
@ -1275,7 +1275,7 @@ App::error()
|
|||
$log->addTag('code', $error->getCode());
|
||||
|
||||
$tags = $log->getTags();
|
||||
if (isset($tags['projectId'])) {
|
||||
if (!isset($tags['projectId'])) {
|
||||
$log->addTag('projectId', $project->getId());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue