From 8645e200799d40a2d0e7231c457bd096d926d7ec Mon Sep 17 00:00:00 2001 From: initard Date: Mon, 9 May 2022 10:31:16 +0100 Subject: c8y_log_plugin implementation #1077 - log plugin is now a daemon - log file uses a configuration file to request logs from c8y UI - log plugin uses inotify to automatically update c8y of new logs files Signed-off-by: initard --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9f2297fd..ee342054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,10 @@ members = [ "crates/core/*", "crates/tests/*", "plugins/c8y_configuration_plugin", + "plugins/c8y_log_plugin", "plugins/tedge_apt_plugin", "plugins/tedge_dummy_plugin", "plugins/tedge_apama_plugin", - "plugins/log_request_plugin", ] resolver = "2" -- cgit v1.2.3