more general syslog support
This commit is contained in:
9
logging/consts_darwin.go
Normal file
9
logging/consts_darwin.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package logging
|
||||
|
||||
var (
|
||||
// defLogPaths indicates default log paths.
|
||||
defLogPaths = []string{
|
||||
"/var/log/golang/program.log",
|
||||
"~/Library/Logs/Golang/program.log",
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user