diff options
| author | Bobby <[email protected]> | 2025-07-16 13:18:20 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-16 13:18:20 +0530 |
| commit | f13506cfba2da90764620dab2c624ac74767de62 (patch) | |
| tree | 1651ed298d3f7c9dc7f6a5ccc03da7f0d133f5d6 /database/database.go | |
| parent | f352d2678f91e4f4ea6902d084fb9590e2819e92 (diff) | |
| download | imageboard-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.go | 2 |
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) |
