fix: issue with singbox 1.8.9
This commit is contained in:
@@ -45,9 +45,14 @@ func Setup(basePath string, workingPath string, tempPath string, statusPort int6
|
||||
log.Options{
|
||||
DefaultWriter: defaultWriter,
|
||||
BaseTime: time.Now(),
|
||||
Observable: false,
|
||||
Observable: true,
|
||||
// Options: option.LogOptions{
|
||||
// Disabled: false,
|
||||
// Level: "trace",
|
||||
// Output: "stdout",
|
||||
// },
|
||||
})
|
||||
logFactory = &factory
|
||||
coreLogFactory = factory
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user