Browse Source

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>
Matthieu Gallien 3 years ago
parent
commit
7fe6a3df78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/libsync/discovery.cpp

+ 1 - 1
src/libsync/discovery.cpp

@@ -35,7 +35,7 @@
 
 namespace OCC {
 
-Q_LOGGING_CATEGORY(lcDisco, "sync.discovery", QtInfoMsg)
+Q_LOGGING_CATEGORY(lcDisco, "nextcloud.sync.discovery", QtInfoMsg)
 
 void ProcessDirectoryJob::start()
 {