mirror of
https://github.com/ehang-io/nps.git
synced 2025-08-31 17:56:56 +00:00
change default log path
This commit is contained in:
@@ -48,9 +48,9 @@ func IsWindows() bool {
|
||||
func GetLogPath() string {
|
||||
var path string
|
||||
if IsWindows() {
|
||||
path = GetAppPath()
|
||||
path = filepath.Join(GetAppPath(), "nps.log")
|
||||
} else {
|
||||
path = "/tmp"
|
||||
path = "/var/log/nps.log"
|
||||
}
|
||||
return path
|
||||
}
|
||||
|
Reference in New Issue
Block a user