We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186fc96 commit caea111Copy full SHA for caea111
lib/Service/NoteUtil.php
@@ -189,7 +189,7 @@ public function getNotesFolderUserPath(string $userId): ?string {
189
try {
190
$nodesFolder = $this->getOrCreateNotesFolder($userId, false);
191
} catch (NotesFolderException $e) {
192
- $this->util->logger->info("Failed to get notes folder for user $userId: " . $e->getMessage());
+ $this->util->logger->debug("Failed to get notes folder for user $userId: " . $e->getMessage());
193
return null;
194
}
195
return $userFolder->getRelativePath($nodesFolder->getPath());
0 commit comments