bayeslite icon indicating copy to clipboard operation
bayeslite copied to clipboard

Session saving should only print the first N lines of JSON being sent

Open marcoct opened this issue 10 years ago • 3 comments

tr.send_session_data() should not print everything, but should limits its output to e.g. 10 lines.

marcoct avatar Oct 07 '15 16:10 marcoct

Consider making it a result? ipy displays long results in a scroll box.

gregory-marton avatar Nov 18 '15 22:11 gregory-marton

This is what goes to the session orchestrator's 'info' logger.

It is not immediately clear to me whether this info logging is important. The caller can always get at the session dumps if interested; there are log levels fit for higher verbosity too.

riastradh-probcomp avatar Nov 18 '15 22:11 riastradh-probcomp

Not needed for any release soon because we're primarily using recipes-based session tracking instead.

gregory-marton avatar Feb 05 '16 23:02 gregory-marton