Log the requested language.

This commit is contained in:
Tom Hughes 2009-12-15 22:28:05 +00:00
parent 5451310d3c
commit dcc3ccc225

View file

@ -26,6 +26,7 @@ server.reject-expect-100-with-417 = "disable"
# Setup logging
#
accesslog.filename = "/var/log/lighttpd/access.log"
accesslog.format = "%h %V %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{Accept-Language}i\""
server.errorlog = "/var/log/lighttpd/error.log"
#