move logger out of go-i2p so we can re-use it without importing the entire module

This commit is contained in:
eyedeekay
2024-11-21 17:16:48 -05:00
parent 4a6f49d14a
commit 9e3c8bcb98
26 changed files with 26 additions and 152 deletions

View File

@ -4,7 +4,7 @@ import (
"os"
"path/filepath"
"github.com/go-i2p/go-i2p/lib/util/logger"
"github.com/go-i2p/logger"
"github.com/spf13/viper"
"gopkg.in/yaml.v3"
)