diff options
author | Keuin <[email protected]> | 2021-12-28 05:46:13 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-28 05:46:13 +0800 |
commit | ad84112014b7eb7a8664c5c6f376e736e2ec89c6 (patch) | |
tree | 0c47c673c85728546ac6f9bb6e3532f5189bd01a /README.txt | |
parent | 6caa0d1dc7f31c6923e33190df63d5b7c8810920 (diff) |
Update README.txt
Add notice about debugging.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,3 +6,8 @@ Usage: -n <max_failure> specify how many continous network failures we get until we reboot the system -l <log_file> specify the log file -d run as a daemon process + + +Debugging: + + Declare macro `DEBUG` to enable debug level logging. This is enabled in CMake task by default. |