Currently, leveldb
background thread does not have a thread name and as a result, an empty thread name is logged.
This PR fixes this by logging thread name as "unknown"
if the thread name is empty
On master:
02022-06-02T14:30:38Z [] [leveldb:debug] Generated table [#281](/bitcoin-bitcoin/281/)@0: 1862 keys, 138303 bytes
On this PR:
02022-06-02T14:30:38Z [unknown] [leveldb:debug] Generated table [#281](/bitcoin-bitcoin/281/)@0: 1862 keys, 138303 bytes