diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-16 20:09:42 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-16 22:09:30 +0200 |
commit | e9dace0e22a2aa3727bc842a30b4ad504029c0fc (patch) | |
tree | f406ec377baa132f68233c0d7223fd6f839a8912 /lib/logging.cpp | |
parent | 0cb9a462945b1a9dd30979e9b97415dff16816e0 (diff) | |
download | libquotient-e9dace0e22a2aa3727bc842a30b4ad504029c0fc.tar.gz libquotient-e9dace0e22a2aa3727bc842a30b4ad504029c0fc.zip |
Log thumbnail requests in their own category
As pointed out by one of users, thumbnail requests produce quite a bit
of logging traffic, so it's better to manage them separately.
Diffstat (limited to 'lib/logging.cpp')
-rw-r--r-- | lib/logging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/logging.cpp b/lib/logging.cpp index af229684..ffcc851c 100644 --- a/lib/logging.cpp +++ b/lib/logging.cpp @@ -16,4 +16,5 @@ LOGGING_CATEGORY(EPHEMERAL, "quotient.events.ephemeral") LOGGING_CATEGORY(E2EE, "quotient.e2ee") LOGGING_CATEGORY(JOBS, "quotient.jobs") LOGGING_CATEGORY(SYNCJOB, "quotient.jobs.sync") +LOGGING_CATEGORY(THUMBNAILJOB, "quotient.jobs.thumbnail") LOGGING_CATEGORY(PROFILER, "quotient.profiler") |