Create a torrentMap
This commit is contained in:
@@ -26,8 +26,7 @@ type ConfigInterface interface {
|
||||
}
|
||||
|
||||
func LoadZurgConfig(filename string) (ConfigInterface, error) {
|
||||
rlog := logutil.NewLogger()
|
||||
log := rlog.Named("config")
|
||||
log := logutil.NewLogger().Named("config")
|
||||
|
||||
log.Debug("Loading config file ", filename)
|
||||
content, err := os.ReadFile(filename)
|
||||
|
||||
Reference in New Issue
Block a user