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

lose example tags in help message #14

Merged
merged 1 commit into from Aug 22, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

lose example tags in help message

  • Loading branch information
Mike Blume
Mike Blume committed Aug 22, 2013
commit dd09d1f4650a77e63c0591c0f07a9e40a4e7934d
@@ -174,7 +174,7 @@
### Syslog Logging Directives for Loggly (%(subdomain)s.loggly.com) ###
$template LogglyFormat,"<%%pri%%>%%protocol-version%% \
%%timestamp:::date-rfc3339%% %%HOSTNAME%% %%app-name%% %%procid%% %%msgid%% \
[%(token)s@%(dist_id)s tag=\\"Example1\\"] %%msg%%"
[%(token)s@%(dist_id)s] %%msg%%"
*.* @@%(syslog_server)s:%(syslog_port)s;LogglyFormat
### END Syslog Logging Directives for Loggly (%(subdomain)s.loggly.com) ###
@@ -204,7 +204,7 @@
-Append following settings at the end of configuration file. Here \
source_name should be name of source with internal().
template LogglyFormat { template("<${PRI}>1 ${ISODATE} ${HOST} ${PROGRAM} \
${PID} ${MSGID} [%(token)s@%(dist_id)s tag=\\"Example1\\"] $MSG\\n");};
${PID} ${MSGID} [%(token)s@%(dist_id)s] $MSG\\n");};
destination d_loggly {tcp("%(syslog_server)s" port(%(syslog_port)s) template(LogglyFormat));};
log { source(source_name); destination(d_loggly); };
### END Syslog Logging Directives for Loggly (%(subdomain)s.loggly.com) ###
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.