Skip to content

Commit 7c03ef6

Browse files
author
Matthew Fisher
committed
Merge pull request #789 from opdemand/import-syslog
fix(logger): import syslog package from github
2 parents 45485fc + 0c80d53 commit 7c03ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logger/syslogd/syslogd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"path"
1010
"regexp"
1111
"syscall"
12-
"syslog"
12+
"github.com/opdemand/deis/logger/syslog"
1313
)
1414

1515
const logRoot = "/var/log/deis"

0 commit comments

Comments
 (0)