Menu

#31 Remove output buffering in favour of separate log files

MRE::2.0.0
open
5
2006-11-09
2006-11-09
No

Current MRE buffers all output and dumps it to a
specified log file. This is not flexible as it doesn't
allow for easy filtering of output. Instead, remove
all output buffering and replace it with separate log
files for separate events. Currently, I'm supporting
three types of logs: log (general messages), debug
(debug messages) and exception (thrown exception
output). This may change as I do it, but the bottom
line is that the inflexible output buffering code has
got to go.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB