2
2
Derivar 0

output message about logs

Este cometimento está contido em:
AJ ONeal 2019-07-04 03:02:27 -06:00
ascendente f1e3cf1b9c
cometimento 829247b4c0
1 ficheiros modificados com 3 adições e 1 eliminações

Ver ficheiro

@ -133,6 +133,8 @@ func add() {
fmt.Fprintf(os.Stderr, "Use 'sudo' to add service as a privileged system service.\n")
fmt.Fprintf(os.Stderr, "Use '--user' to add service as an user service.\n")
}
fmt.Printf("Once started, logs will be found at:\n\t%s\n", conf.Logdir)
}
func run() {
@ -180,7 +182,7 @@ func run() {
}
s.Normalize(false)
//fmt.Fprintf(os.Stdout, "Logdir: %s\n", s.Logdir)
fmt.Printf("All output will be directed to the logs at:\n\t%s\n", s.Logdir)
err = os.MkdirAll(s.Logdir, 0755)
if nil != err {
fmt.Fprintf(os.Stderr, "%s\n", err)