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 e2dfc95 commit e7e2e69Copy full SHA for e7e2e69
src/Migration/Sources/Appwrite/Reader/Database.php
@@ -51,7 +51,7 @@ private function logDebug(string $message): void
51
return;
52
}
53
54
- Console::log("MIGRATIONS-READER-$projectTag: $message");
+ Console::info("MIGRATIONS-READER-$projectTag: $message");
55
56
57
/**
0 commit comments