# Gavin Andresen # 2010-11-03 23:04:28 # https://bitcointalk.org/index.php?topic=1455.msg19956#msg19956 @s{quotedtext} @s{quotedtext} @p{brk} Hmmm.... @p{par} At some point (bitcoin 0.9?) debug.log should contain only really critical errors/warnings. Right now it is more of a trace.log. @p{par} Flushing it after every write is the correct thing to do@p{--} otherwise critical information about what caused a crash could easily be lost. @p{par} Always closing and re-opening it is darn convenient if you've got a log-rotating script running... but working poorly with FileVault is definitely a bug. @p{brk}