DUC Logs (Linux)


Logs are a valuable resource when troubleshooting DDNS issues. In this guide we will show you how to find those logs and output them to a text file.


 

Use the following command in your terminal to display all available application logs.

sudo journalctl -u noip-duc

duc logs linux

You can use a pipe | and tail for the logs to be outputted as a text file with a specific amount of lines.

sudo journalctl -u noip-duc | tail -n [number of lines you would like to be output in the output log file] > noiplogs.txt

 

linux duc logs 2

The log file can be viewed in your home directory (/home/$USER) using the following command.

cat noiplogs.txt

linux duc logs 3

If you need additional assistance, contact our support team.