### Option: LogFile
# Log file name for LogType 'file' parameter.
#
# Mandatory: yes, if LogType is set to file, otherwise no
# Default:
LogFile={{ zabbix_agent2_logfile }} <-- here
{% if zabbix_agent_os_family == "Windows" %}
LogFile={{ zabbix_agent2_win_logfile }}
{% else %}
LogFile={{ zabbix_agent2_logfile }} <-- and here
{% endif %}
Dublicate LogFile={{ zabbix_agent2_logfile }}