change logscope

This commit is contained in:
Dmitriy Ryajov 2023-09-19 18:42:24 -06:00
parent d5a1b344b3
commit 3d33820729
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -15,7 +15,7 @@ import chronos, chronicles
# TODO: this should probably go in chronos
logScope:
topics = "libp2p semaphore"
topics = "datastore semaphore"
type
AsyncSemaphore* = ref object of RootObj