Skip to content

Commit aceaf7f

Browse files
committed
Update to use current directory for log, as otherwise it fails on github builders with permission issue.
1 parent e32bcc4 commit aceaf7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/pm/pm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func init() {
2828
// DefaultConfigPath is default path for config file used when EnvConfFile is not set.
2929
config.DefaultConfigPath = "/etc/pm.config.yaml"
3030
// DefaultLogPath is default path for log file.
31-
config.DefaultLogPath = "/var/log/pm"
31+
config.DefaultLogPath = "./"
3232

3333
// INFO: Use DefaultLogPath when it's available (until the config file is read).
3434
// If not, use basename of file.

0 commit comments

Comments
 (0)