From 6734962886c87c8a2a9f7dabef5a771cbf9545af Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 18 Dec 2020 23:08:18 +0100 Subject: [PATCH] Add todo about filtering response log messages --- src/common/logging/vst3.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/logging/vst3.h b/src/common/logging/vst3.h index d978b464..c321d61a 100644 --- a/src/common/logging/vst3.h +++ b/src/common/logging/vst3.h @@ -139,6 +139,10 @@ class Vst3Logger { /** * Log a request with a standard prefix based on the boolean flag we pass to * every logging function so we don't have to repeat it everywhere. + * + * TODO: Make these logging messages return a boolean based on whether or + * not it was filtered out. Don't show the responses for filtered out + * messages. */ template F> void log_request_base(bool is_host_vst,