Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
outputs: call plugin ThreadDeinit, not Deinit
With the change to the hash table for tracking threaded loggers, this call is now called once per thread, so should be changed to the ThreadDeinit, as that is not longer being called. Then call Deinit for the primary logger. In threaded mode this would be the parent, its just the logger in non-threaded mode. Bug: OISF#6438
- Loading branch information