test: Log to debug.log in all tests

This commit is contained in:
MarcoFalke
2019-06-20 09:34:45 -04:00
parent fa4a04a5a9
commit fabc57e07d
5 changed files with 19 additions and 1 deletions

View File

@@ -100,6 +100,8 @@ namespace BCLog {
/** Start logging (and flush all buffered messages) */
bool StartLogging();
/** Only for testing */
void DisconnectTestLogger();
void ShrinkDebugFile();