mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-08-07 04:09:17 +02:00
feat:#150 updated log messages
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"github.com/pocketbase/pocketbase/plugins/migratecmd"
|
||||
_ "htwkalender/migrations"
|
||||
"htwkalender/service"
|
||||
"log"
|
||||
"log/slog"
|
||||
"os"
|
||||
"strings"
|
||||
)
|
||||
@@ -27,6 +27,6 @@ func main() {
|
||||
service.AddSchedules(app)
|
||||
|
||||
if err := app.Start(); err != nil {
|
||||
log.Fatal(err)
|
||||
slog.Error("Failed to start app: %v", err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user