From 40823a744cea2976b497a757ba4a197342359e15 Mon Sep 17 00:00:00 2001 From: msilmser <32716062+msilmser@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:46:58 -0500 Subject: [PATCH] Added SyslogIdentifier line to help show pulpcore-worker messages in syslog. --- roles/pulp_content/templates/pulpcore-content.service.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/pulp_content/templates/pulpcore-content.service.j2 b/roles/pulp_content/templates/pulpcore-content.service.j2 index 3319aae8c..bc8bf7e69 100644 --- a/roles/pulp_content/templates/pulpcore-content.service.j2 +++ b/roles/pulp_content/templates/pulpcore-content.service.j2 @@ -23,6 +23,9 @@ WorkingDirectory=/var/run/pulpcore-content/ RuntimeDirectory=pulpcore-content LimitNOFILE=524288 +# Labels pulpcore-content messages in syslog appropriately +SyslogIdentifier=pulp-content-app + # timeout is needed Pulp to service its 1st request on extremely slow # machines, such as qemu-emulated 2-core machines {% if __pulpcore_version is version('3.33', '>=') -%}