mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
allow libevent logging to be updated during runtime
This commit is contained in:
parent
5255aca3f4
commit
7fd50c3b70
3 changed files with 17 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue