mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-08-23 01:27:13 +02:00
all: implement router setup for merlin
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package router
|
||||
|
||||
import "github.com/kardianos/service"
|
||||
|
||||
func newSysLogger(name string, errs chan<- error) (service.Logger, error) {
|
||||
return service.ConsoleLogger, nil
|
||||
}
|
||||
Reference in New Issue
Block a user