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

Side by Side Diff: modules/trac/files/trac.ini

Issue 5409496771854336: Issue 2286 - Lower the logging level from "WARN" to "ERROR" for the Trac instances running at the i… (Closed)
Patch Set: Created April 8, 2015, 10:58 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 [attachment] 3 [attachment]
4 max_size = 15728640 4 max_size = 15728640
5 max_zip_size = 12097152 5 max_zip_size = 12097152
6 render_unsafe_content = false 6 render_unsafe_content = false
7 7
8 [browser] 8 [browser]
9 color_scale = True 9 color_scale = True
10 downloadable_paths = /trunk, /branches/*, /tags/* 10 downloadable_paths = /trunk, /branches/*, /tags/*
(...skipping 12 matching lines...) Expand all
23 wiki_format_messages = true 23 wiki_format_messages = true
24 24
25 [inherit] 25 [inherit]
26 htdocs_dir = 26 htdocs_dir =
27 plugins_dir = 27 plugins_dir =
28 templates_dir = 28 templates_dir =
29 29
30 [logging] 30 [logging]
31 log_file = trac.log 31 log_file = trac.log
32 # log_format = <inherited> 32 # log_format = <inherited>
33 log_level = WARNING 33 log_level = ERROR
34 log_type = file 34 log_type = file
35 35
36 [mainnav] 36 [mainnav]
37 tickets.label = View Issues 37 tickets.label = View Issues
38 tickets.href = /query 38 tickets.href = /query
39 newticket.label = New Issue 39 newticket.label = New Issue
40 wiki = false 40 wiki = false
41 41
42 [milestone] 42 [milestone]
43 stats_provider = DefaultTicketGroupStatsProvider 43 stats_provider = DefaultTicketGroupStatsProvider
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 render_unsafe_content = false 154 render_unsafe_content = false
155 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn, svn+ssh 155 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn, svn+ssh
156 split_page_names = false 156 split_page_names = false
157 157
158 [spam-filter] 158 [spam-filter]
159 max_posts_by_ip = 50 159 max_posts_by_ip = 50
160 bayes_min_training = 10 160 bayes_min_training = 10
161 authenticated_karma = 0 161 authenticated_karma = 0
162 min_karma = -14 162 min_karma = -14
163 163
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld