# Put here your log format (Must agree with your web server. See in README.txt
# to know how to setup your web server to have required log format).
-# Possible values: 1, 2, 3 or "your_own_personalised_log_format"
-# 1 = Apache native combined log format (NCSA combined log format)
+# Possible values: 1, 2, 3, 4 or "your_own_personalised_log_format"
+# 1 = Apache native combined log format (NCSA combined/XLF/ELF log format)
# 2 = IIS extended W3C log format (see readme.txt for IIS required setup)
# 3 = Webstar native log format
+# 4 = Apache native common log format (NCSA common log format)
#
-# If you use a predefined log format (LogFormat=1 or LogFormat=2, see in
+# Warning: With LogFormat=4, a lot of features (browsers, os, keywords, ...)
+# can't work.
+# If you use a predefined log format (LogFormat=1 or Logformat=2, see in
# README.txt to setup your server to create log files with required format).
# If your log is a personalised format, you must use AWStats log syntax rules
# to define your log format.