aboutsummaryrefslogtreecommitdiff
path: root/database/database.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-16 13:18:20 +0530
committerBobby <[email protected]>2025-07-16 13:18:20 +0530
commitf13506cfba2da90764620dab2c624ac74767de62 (patch)
tree1651ed298d3f7c9dc7f6a5ccc03da7f0d133f5d6 /database/database.go
parentf352d2678f91e4f4ea6902d084fb9590e2819e92 (diff)
downloadimageboard-f13506cfba2da90764620dab2c624ac74767de62.tar.xz
imageboard-f13506cfba2da90764620dab2c624ac74767de62.zip
constants and types refactor; next value for proper redirect on login
Diffstat (limited to 'database/database.go')
-rw-r--r--database/database.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/database.go b/database/database.go
index dedae59..0065479 100644
--- a/database/database.go
+++ b/database/database.go
@@ -31,7 +31,7 @@ func init() {
logLevel := logger.Silent
if config.Server.IsDevMode {
- logLevel = logger.Info
+ logLevel = logger.Silent
}
dialector := postgres.Open(dsn)