Edgewall Software

Opened 9 years ago

Last modified 9 years ago

#12005 closed enhancement

Low logging level for "Invalid unified diff content" — at Initial Version

Reported by: Ryan J Ollos Owned by:
Priority: lowest Milestone: 1.0.6
Component: rendering Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Issue was discussed starting in th:comment:13:ticket:11149. Jun created the following patch:

-            self.log.warning('Invalid unified diff content')
+            self.log.debug("Invalid unified diff content: %.40r... (%d "
+                           "characters)", content, len(content))
2015-03-28 05:58:35,257 Trac[patch] DEBUG: Invalid unified diff content: u'asdaddfdfsdf\ndfffffffffffffffsdff\nsd... (67 characters)

Change History (0)

Note: See TracTickets for help on using tickets.