logs from discovery are now namespaced by nextcloud to show debug logs
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 27 Oct 2022 10:49:34 +0000 (12:49 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Mon, 7 Nov 2022 17:33:13 +0000 (18:33 +0100)
use nextcloud namespace for discovery logs as it does not show correcly
without that

this is because we have central rules for all logs from nextcloud
namespace

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/discovery.cpp

index 8605d625553c39dbe91f5ddfb38b8e4db545263f..047a1bbc28a8cd30cb2d1a748db8bcd7184fd520 100644 (file)
@@ -35,7 +35,7 @@
 
 namespace OCC {
 
-Q_LOGGING_CATEGORY(lcDisco, "sync.discovery", QtInfoMsg)
+Q_LOGGING_CATEGORY(lcDisco, "nextcloud.sync.discovery", QtInfoMsg)
 
 void ProcessDirectoryJob::start()
 {