allow libevent logging to be updated during runtime

This commit is contained in:
John Newbery
2017-04-10 10:34:23 -04:00
parent 5255aca3f4
commit 7fd50c3b70
3 changed files with 17 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ bool fLogIPs = DEFAULT_LOGIPS;
std::atomic<bool> fReopenDebugLog(false);
CTranslationInterface translationInterface;
/** Log categories bitfield. libevent needs special handling if their flags are changed at runtime. */
/** Log categories bitfield. */
std::atomic<uint32_t> logCategories(0);
/** Init OpenSSL library multithreading support */