Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xiangkun
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua.zhang
2018-06-27 17:03:58 +0800
Commit
06ee050093be85390c969fbdec924676709d2ba9
1 parent
91a37dd4
remove black
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
roles/java-rsyslog/templates/rsyslog.module.conf.j2
roles/java-rsyslog/templates/rsyslog.module.conf.j2
View file @
06ee050
{
%
for
rsyslog_file
in
rsyslog_files
%
}
$InputFileName
/Data/logs/
{
{rsyslog_module
}
}/
{
{
rsyslog_file
}
}.log
$InputFileTag
{
{
rsyslog_module
}
},
{
{
rsyslog_file
}
}
$InputFileTag
{
{
rsyslog_module
}
},
{
{
rsyslog_file
}
}
$InputFileSeverity
info
$InputFileStateFile
state_
{
{
rsyslog_module
}
}_
{
{
rsyslog_file
}
}
$InputFilePersistStateInterval
25000
...
...
Please
register
or
login
to post a comment