Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
yoho-ansible-roles
·
Commits
Go to a project
GitLab
Go to group
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
meibaocai
4 years ago
Commit
4bb7a9a7bc8191d5930343ae4c4fc8c4c15cf295
1 parent
c8f73dc0
删除之前添加的yoho-push
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
roles/java-rsyslog/files/server/rsyslog.conf
roles/java-rsyslog/files/server/rsyslog.conf
View file @
4bb7a9a
...
...
@@ -214,12 +214,6 @@ $template usersFileFormat,"/Data/logs/yohobuy/users/%fromhost-ip%/%syslogtag:F,4
if
$
syslogtag
startswith
'users'
then
?
usersFileFormat
;
CleanMsgFormat
& ~
# For yoho_push
$
template
pushFileFormat
,
"/Data/logs/yohobuy/push/%fromhost-ip%/%syslogtag:F,44:2%-%$YEAR%%$MONTH%%$DAY%.log"
if
$
syslogtag
startswith
'push'
then
?
pushFileFormat
;
CleanMsgFormat
& ~
# For resources
$
template
resourcesFileFormat
,
"/Data/logs/yohobuy/resources/%fromhost-ip%/%syslogtag:F,44:2%-%$YEAR%%$MONTH%%$DAY%.log"
if
$
syslogtag
startswith
'resources'
then
?
resourcesFileFormat
;
CleanMsgFormat
...
...
Please
register
or
login
to post a comment