# Set language for login and admin forms. Currently "de" (German)
# and "en" (English, not perfect) are available.
language = de
+# MassPrint Timeout
+# must be less than cgi timeout
+#
+massprint_timeout = 30
# Set default_manager for admin forms. Currently "german"
# and "swiss" are available.
# REQUEST - Log each request. Careful! Passwords get filtered, but
# there may be confidential information being logged here
# WARN - warnings
+# SHOW_CALLER - include the file name & line number from where a call
+# to "message" or "dump" was called
# ALL - all possible debug messages
#
# DEVEL - sames as "INFO QUERY TRACE BACKTRACE_ON_ERROR REQUEST_TIMER"