summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2024-02-06 19:44:59 +0200
committerGitHub <noreply@github.com>2024-02-06 19:44:59 +0200
commita3a3982c0220beb889d5be799a8f4cd2253ff690 (patch)
treea518dbf0640c2b87c669e263e5270613622c35c0 /src
parentc90758f97f2fd5700ff35cbfce1d55e1c109fdc1 (diff)
fix linking of a markdown file (#16952)
Update README.md
Diffstat (limited to 'src')
-rw-r--r--src/daemon/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/README.md b/src/daemon/README.md
index a9b2ae976d..745811af8a 100644
--- a/src/daemon/README.md
+++ b/src/daemon/README.md
@@ -143,7 +143,7 @@ For most Netdata programs (including standard external plugins shipped by netdat
| `ERROR` | Something that might disable a part of netdata.<br/>The log line includes `errno` (if it is not zero). |
| `FATAL` | Something prevented a program from running.<br/>The log line includes `errno` (if it is not zero) and the program exited. |
-The `FATAL` and `ERROR` messages will always appear in the logs, and `INFO`can be filtered using [severity level](https://github.com/netdata/netdata/tree/master/src/daemon/config#logs-section-options) option.
+The `FATAL` and `ERROR` messages will always appear in the logs, and `INFO`can be filtered using [severity level](https://github.com/netdata/netdata/blob/master/src/daemon/config/README.md#logs-section-options) option.
So, when auto-detection of data collection fail, `ERROR` lines are logged and the relevant modules are disabled, but the
program continues to run.