main: adjusted defaultLogPath to /var/log

This commit is contained in:
saxon 2018-09-11 16:19:02 +09:30
parent 501ec544e8
commit d05132baf3
1 changed files with 1 additions and 1 deletions

View File

@ -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".