@cryptotaxi247 / netdata-1 / commits / a3a3982c0

fix linking of a markdown file (#16952)

Update README.md

Tasos Katsoulas committed Feb 6, 2024 at 19:44 UTC a3a3982c0220beb889d5be799a8f4cd2253ff690
1 file changed +1 -1
src/daemon/README.md
+1 -1
@@ -143,7 +143,7 @@ For most Netdata programs (including standard external plugins shipped by netdat
143 | `ERROR` | Something that might disable a part of netdata.<br/>The log line includes `errno` (if it is not zero). |
144 | `FATAL` | Something prevented a program from running.<br/>The log line includes `errno` (if it is not zero) and the program exited. |
145
146 -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.
146 +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.
147
148 So, when auto-detection of data collection fail, `ERROR` lines are logged and the relevant modules are disabled, but the
149 program continues to run.