From b33f0ef3485311f87990409ef8ba2bcb8b26dc5d Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 11 Jun 2015 11:54:10 -0300 Subject: [bug] remove extraneous data from events logs The emission of an event was being logged twice, and the second time was logging the pickled content of the event. This pickled content contained line breaks and other things that caused strange output on the client log. This commit removes the second loggin of the event pickled content. Closes #7130. --- changes/bug_7130_remove-extraneous-data-from-events-logs | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_7130_remove-extraneous-data-from-events-logs (limited to 'changes') diff --git a/changes/bug_7130_remove-extraneous-data-from-events-logs b/changes/bug_7130_remove-extraneous-data-from-events-logs new file mode 100644 index 0000000..6a12ee5 --- /dev/null +++ b/changes/bug_7130_remove-extraneous-data-from-events-logs @@ -0,0 +1 @@ + o Remove extraneous data from events logs. Closes #7130. -- cgit v1.2.3