mirror of
https://github.com/versia-pub/server.git
synced 2026-01-26 04:06:01 +01:00
fix: 🐛 Explicitely set log severity to "info"
This commit is contained in:
parent
7563315750
commit
62b68a64ac
2
index.ts
2
index.ts
|
|
@ -7,7 +7,7 @@ import { setupDatabase } from "./drizzle/db";
|
||||||
|
|
||||||
if (import.meta.main) {
|
if (import.meta.main) {
|
||||||
await import("./setup");
|
await import("./setup");
|
||||||
sentry?.captureMessage("Server started");
|
sentry?.captureMessage("Server started", "info");
|
||||||
}
|
}
|
||||||
|
|
||||||
await setupDatabase();
|
await setupDatabase();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue