Commit 81da8bd5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

erp5_syncml: do not log all paths that may output a very long line.

parent 1d1769a8
......@@ -146,8 +146,8 @@ class SyncMLSubscription(XMLObject):
activate_kw=activate_kw,
**method_kw)
else:
syncml_logger.info("getAndIndex : got %d, %r result, limit = %r, packet %r",
result_count, r, limit, packet_size)
syncml_logger.info("getAndIndex : got %d result, limit = %r, packet %r",
result_count, limit, packet_size)
generated_other_activity = False
if result_count == limit:
# Recursive call to prevent too many activity generation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment