You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/toolkits/pkg/logger
\go\pkg\mod\github.com\toolkits\[email protected]\logger\config.go:37:32: cannot use sb (variable of type *syslogBackend) as type Backend in argument to log.SetLogging:
*syslogBackend does not implement Backend (missing Close method)
have close()
want Close()
System info
n9e v5.14.1 v5.14.2
Steps to reproduce
设置启动参数 server conf=server.json后 启动
Expected behavior
希望启动成功
Actual behavior
无法启动
提示:
github.com/toolkits/pkg/logger
\go\pkg\mod\github.com\toolkits\[email protected]\logger\config.go:37:32: cannot use sb (variable of type *syslogBackend) as type Backend in argument to log.SetLogging:
*syslogBackend does not implement Backend (missing Close method)
have close()
want Close()
Relevant server.conf | webapi.conf
Relevant logs
System info
n9e v5.14.1 v5.14.2
Steps to reproduce
Expected behavior
希望启动成功
Actual behavior
无法启动
提示:
github.com/toolkits/pkg/logger
\go\pkg\mod\github.com\toolkits\[email protected]\logger\config.go:37:32: cannot use sb (variable of type *syslogBackend) as type Backend in argument to log.SetLogging:
*syslogBackend does not implement Backend (missing Close method)
have close()
want Close()
Additional info
这个属于 toolkits/pkg的bug
toolkits/pkg#10
The text was updated successfully, but these errors were encountered: