mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
fix: 🐛 Explicitely set log severity to "info"
This commit is contained in:
parent
7563315750
commit
62b68a64ac
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
|
@ -7,7 +7,7 @@ import { setupDatabase } from "./drizzle/db";
|
|||
|
||||
if (import.meta.main) {
|
||||
await import("./setup");
|
||||
sentry?.captureMessage("Server started");
|
||||
sentry?.captureMessage("Server started", "info");
|
||||
}
|
||||
|
||||
await setupDatabase();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue