Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom file logging #2

Merged
merged 3 commits into from Feb 25, 2014
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix path to log file

  • Loading branch information
maxgutman committed Feb 3, 2014
commit ce47a9bb43be863973c646c305082e68608ab2aa
@@ -78,7 +78,7 @@

define logfile($logname,$filepath,$severity='info') {
file { "/etc/rsyslog.d/$logname.conf":
content => template("log.conf.erb"),
content => template("loggly/log.conf.erb"),
notify => Exec["restart_rsyslogd"],
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.