We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cbe3e commit 7f93c96Copy full SHA for 7f93c96
templates/buildkite-agent.override.conf.j2
@@ -8,8 +8,8 @@ ExecStart={{ buildkite_agent_executable[ansible_os_family] }} {{ buildkite_agent
8
9
User={{ buildkite_agent_username }}
10
11
-# Only point the agent logs at files if the log dir var is set. Otherwise they will flow to stdout/stderr/journal.
12
{% if buildkite_agent_logs_dir[ansible_os_family] is defined %}
+ # Point the agent logs at files if the user chooses a log dir. Otherwise they will flow to stdout/stderr/journal.
13
StandardOutput=file:{{ buildkite_agent_logs_dir[ansible_os_family] }}/buildkite-agent.log
14
StandardError=file:{{ buildkite_agent_logs_dir[ansible_os_family] }}/buildkite-agent.log
15
{% endif %}
0 commit comments