mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 04:53:50 +00:00
change default log path
This commit is contained in:
parent
fd3ae7fa9b
commit
3354a48c35
@ -48,9 +48,9 @@ func IsWindows() bool {
|
|||||||
func GetLogPath() string {
|
func GetLogPath() string {
|
||||||
var path string
|
var path string
|
||||||
if IsWindows() {
|
if IsWindows() {
|
||||||
path = GetAppPath()
|
path = filepath.Join(GetAppPath(), "nps.log")
|
||||||
} else {
|
} else {
|
||||||
path = "/tmp"
|
path = "/var/log/nps.log"
|
||||||
}
|
}
|
||||||
return path
|
return path
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user