File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -446,6 +446,22 @@ directives:
446446 value has the same syntax as values of these environment variables.
447447 This option may be omitted.
448448
449+ TrackerDebug:
450+ run the tracker in debug mode. Setting this option to ``yes`` or
451+ ``true`` has the same effect as running ``roundup-server -t debug``:
452+ the database schema and used html templates are rebuilt for each
453+ HTTP request. Values ``no`` or ``false`` mean that all html
454+ templates for the tracker are compiled and the database schema is
455+ checked once at startup. This is the default behaviour.
456+
457+ TrackerTiming:
458+ has nearly the same effect as environment variable ``CGI_SHOW_TIMING``
459+ for standalone roundup server. The difference is that setting this
460+ option to ``no`` or ``false`` disables timings display. Value
461+ ``comment`` writes request handling times in html comment, and
462+ any other non-empty value makes timing report visible. By default,
463+ timing display is disabled.
464+
449465In the following example we have two trackers set up in
450466``/var/db/roundup/support`` and ``var/db/roundup/devel`` and accessed
451467as ``https://my.host/roundup/support/`` and ``https://my.host/roundup/devel/``
You can’t perform that action at this time.
0 commit comments