Authored by meibaocai

删除之前添加的yoho-push

... ... @@ -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
... ...