diff --git a/zabbix-agent/templates/zabbix_agentd.conf.j2 b/zabbix-agent/templates/zabbix_agentd.conf.j2
index bdf69e56813393ca2f1957089661cb158dcb89b5..ae3829d68978f32eaf97f718db195c9fe746047e 100644
--- a/zabbix-agent/templates/zabbix_agentd.conf.j2
+++ b/zabbix-agent/templates/zabbix_agentd.conf.j2
@@ -20,7 +20,7 @@ PidFile=/var/run/zabbix/zabbix_agentd.pid
 #
 # Mandatory: no
 # Default:
-LogType=file
+LogType=system
 
 ### Option: LogFile
 #	Log file name for LogType 'file' parameter.
@@ -29,7 +29,7 @@ LogType=file
 # Default:
 # LogFile=
 
-LogFile=/var/log/zabbix/zabbix_agentd.log
+#LogFile=/var/log/zabbix/zabbix_agentd.log
 
 ### Option: LogFileSize
 #	Maximum size of log file in MB.