From d981d66305d3e8342e74cf5a130339aab1eb5396 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Fri, 28 Oct 2011 09:35:23 +0200 Subject: [PATCH] Add changelog entry for reworked UI backends Signed-off-by: Sebastian Spaeth --- Changelog.draft.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.draft.rst b/Changelog.draft.rst index 1f6b46b..778b52c 100644 --- a/Changelog.draft.rst +++ b/Changelog.draft.rst @@ -15,7 +15,7 @@ New Features * add a --info command line switch that outputs useful information about the server and the configuration for all enabled accounts. - + Changes ------- @@ -23,6 +23,14 @@ Changes * Output how long an account sync took (min:sec). +* Reworked logging which was reported to e.g. not flush output to files + often enough. User-visible changes: + a) console output goes to stderr (for now). + b) file output has timestamps and looks identical in the basic and + ttyui UIs. + c) File output should be flushed after logging by default (do + report if not). + Bug Fixes ---------