Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/trac/templates/trac.ini.erb

Issue 5301975377772544: Issue #639 Reduced the log level in Trac at issues1 to WARNING (Closed)
Patch Set: Created June 4, 2014, 4:34 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/templates/trac.ini.erb
===================================================================
--- a/modules/trac/templates/trac.ini.erb
+++ b/modules/trac/templates/trac.ini.erb
@@ -37,7 +37,7 @@
[logging]
log_file = trac.log
# log_format = <inherited>
-log_level = DEBUG
+log_level = WARNING
log_type = file
[milestone]
@@ -186,7 +186,7 @@
permission_store = DefaultPermissionStore
pg_dump_path = pg_dump
repository_dir =
-repository_sync_per_request = (default)
+repository_sync_per_request =
Wladimir Palant 2014/06/04 17:18:00 Not sure how this is related but it's fine I guess
Philip Hill 2014/06/05 07:54:59 Well that's described in the issue ;-)
repository_type = svn
resizable_textareas = true
secure_cookies = False
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld