Update local development authored by Filip Hron's avatar Filip Hron
......@@ -35,4 +35,11 @@ index 4b72663..dbd473c 100644
```
follow the Dockerfile to the end.
Go to [Testing](testing) if you need further information
\ No newline at end of file
# Debugging
You may have non-functional foris-controller code. When you run such code on router, you may not be able to determine where the issue is. One way is to set
```
uci set foris-controller.main.debug='1'
```
otpion to log debug oinformation to `` /var/log/messages``.
\ No newline at end of file