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

Correctly declare variables with @ #9

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Correctly declare variables with @

  • Loading branch information
Bob Rasey
Bob Rasey committed Apr 14, 2015
commit d04c318aabba78ded0a96e27dbacdf4f57b4a6d6
@@ -2,11 +2,11 @@
$ModLoad imfile
$InputFilePollInterval 10

#<%= logname %>
$InputFileName <%= filepath %>
$InputFileTag <%= logname %>:
$InputFileStateFile stat-<%= logname %>-log
$InputFileSeverity <%= severity %>
#<%= @logname %>
$InputFileName <%= @filepath %>
$InputFileTag <%= @logname %>:
$InputFileStateFile stat-<%= @logname %>-log
$InputFileSeverity <%= @severity %>
$InputRunFileMonitor


ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.