Adds option to log which parameter status is changed by the client (#550)

This commit is contained in:
Zain Kabani
2023-08-16 14:01:21 -04:00
committed by GitHub
parent bb27586758
commit 3255323bff
4 changed files with 25 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ impl MirroredClient {
Arc::new(RwLock::new(None)),
None,
true,
false,
);
Pool::builder()