feat: add configurable loglevel

This commit is contained in:
2026-04-22 22:29:58 +02:00
parent d6df67b643
commit f796ea229f
7 changed files with 38 additions and 17 deletions
+1
View File
@@ -72,6 +72,7 @@ func spawnFileRoutes(file *gin.RouterGroup, env utility.Environment, db *gorm.DB
return
}
slog.Info("saved file to local filesystem and database")
c.JSON(http.StatusCreated, RespObj{
Msg: "file has succesfully been uploaded",
})