X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a68089fb83a276f3ce78e5bd145c1cf05cc9a762..b8741ec3:/config/kivitendo.conf.default diff --git a/config/kivitendo.conf.default b/config/kivitendo.conf.default index 99d1ea3c1..f4b8fe437 100644 --- a/config/kivitendo.conf.default +++ b/config/kivitendo.conf.default @@ -64,6 +64,10 @@ bind_password = # 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. @@ -294,6 +298,8 @@ dbix_log4perl_config = log4perl.logger = FATAL, LOGFILE # 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"