diff --git a/main.go b/main.go index 8abfe96..3c33569 100755 --- a/main.go +++ b/main.go @@ -56,6 +56,7 @@ func main() { ctx := context.Background() err := godotenv.Load() ROOM_ID := os.Getenv("MATRIX_ROOM_ID") + log.SetLevel(log.DebugLevel) if err != nil { log.Fatal(err)