logs from discovery are now namespaced by nextcloud to show debug logs

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>
This commit is contained in:
Matthieu Gallien 2022-10-27 12:49:34 +02:00 committed by Matthieu Gallien
parent 9a06128eec
commit 7fe6a3df78

View 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()
{