Skip to content
Snippets Groups Projects
Commit 3db99ada authored by Georges Racinet's avatar Georges Racinet
Browse files

CommitService.TreeEntry: removed obnoxious Warning log

This logs the whole blob data, typically a log introduced for development
that should not have gone to production.
parent 96f9c1b4
No related branches found
No related tags found
2 merge requests!169Protocol v15.9 and stable branch merge",!159RefExists: Gitaly Comparison test and fixed missing error
......@@ -196,6 +196,5 @@
"allowed size (%d)" % (size, max_size))
data = filectx.data()
logger = LoggerAdapter(base_logger, context)
limit = request.limit
......@@ -200,6 +199,5 @@
limit = request.limit
logger.warning("TreeEntry limit=%r, data=%r", limit, data)
if limit != 0:
data = data[:limit]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment