migrated to new logging module from golibh

This commit is contained in:
2025-12-31 20:26:13 +11:00
parent 1d9af44d0a
commit 03095448d6
4 changed files with 9 additions and 87 deletions

View File

@@ -3,6 +3,7 @@ package main
import (
"context"
"fmt"
"git.haelnorr.com/haelnorr/golibh/logger"
"io"
"net/http"
"os"
@@ -10,7 +11,6 @@ import (
"projectreshoot/internal/httpserver"
"projectreshoot/pkg/config"
"projectreshoot/pkg/embedfs"
"projectreshoot/pkg/logging"
"sync"
"time"