mirror of https://bitbucket.org/ausocean/av.git
main: adjusted defaultLogPath to /var/log
This commit is contained in:
parent
501ec544e8
commit
d05132baf3
|
@ -84,7 +84,7 @@ const (
|
|||
netSendRetryTime = 5 * time.Second
|
||||
defaultRunDuration = 24 * time.Hour
|
||||
revidStopTime = 5 * time.Second
|
||||
defaultLogPath = "../"
|
||||
defaultLogPath = "/var/log"
|
||||
)
|
||||
|
||||
// canProfile is set to false with revid-cli is built with "-tags profile".
|
||||
|
|
Loading…
Reference in New Issue