Skip to content

Commit

Permalink
fix loghost template
Browse files Browse the repository at this point in the history
  • Loading branch information
psycofdj committed Aug 26, 2021
1 parent 088cae9 commit 05ab126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if ($structured-data contains "instance@47450") then {
action(type="omfile" dynaFile="ParsedOutputFile" dirOwner="vcap" fileOwner="vcap" dirGroup="vcap" fileGroup="vcap" fileCreateMode="0640" dirCreateMode="0750")

# dupplicate output to local file for long-term logs
<% if p('loghost_concentrator.syslog.longterm-jobs').each do |conf| %>
<% p('loghost_concentrator.syslog.longterm-jobs').each do |conf| %>
if ($.deployment == "<%= conf['deployment'] %>") and ($.group == "<%= conf['job'] %>") then {
action(type="omfile" dynaFile="ParsedOutputFileLT" dirOwner="vcap" fileOwner="vcap" dirGroup="vcap" fileGroup="vcap" fileCreateMode="0640" dirCreateMode="0750")
}
Expand Down

0 comments on commit 05ab126

Please sign in to comment.