mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge remote-tracking branch 'origin/PLA-3018' into PLA-3018
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user