diff --git a/docs/src/contribute/DEBIAN_PACKAGE_HOSTING.md b/docs/src/contribute/DEBIAN_PACKAGE_HOSTING.md index 90f0024a2e0..4f538aef52e 100644 --- a/docs/src/contribute/DEBIAN_PACKAGE_HOSTING.md +++ b/docs/src/contribute/DEBIAN_PACKAGE_HOSTING.md @@ -92,7 +92,6 @@ curl -1sLf \ tedge \ tedge-mapper \ tedge-agent \ - tedge-watchdog \ tedge-apt-plugin \ c8y-firmware-plugin \ c8y-remote-access-plugin diff --git a/docs/src/operate/monitoring/enable_tedge_watchdog_using_systemd.md b/docs/src/operate/monitoring/enable_tedge_watchdog_using_systemd.md index 5001c1f8bf8..d4cd3f35f1a 100644 --- a/docs/src/operate/monitoring/enable_tedge_watchdog_using_systemd.md +++ b/docs/src/operate/monitoring/enable_tedge_watchdog_using_systemd.md @@ -2,6 +2,7 @@ title: Systemd Watchdog tags: [Operate, Monitoring] sidebar_position: 1 +unlisted: true --- # Enabling systemd watchdog for thin-edge services diff --git a/docs/src/operate/troubleshooting/thin_edge_logs.md b/docs/src/operate/troubleshooting/thin_edge_logs.md index d4a1ce0b9f4..49716adc896 100644 --- a/docs/src/operate/troubleshooting/thin_edge_logs.md +++ b/docs/src/operate/troubleshooting/thin_edge_logs.md @@ -140,7 +140,6 @@ The supported log levels are `info, warn, error, trace, debug`. [log] tedge-mapper = "trace" tedge-agent = "info" -tedge-watchdog = "debug" ``` :::note