Debugging
The system administrator can check the log file as referred below:
Log files
Django
/log/django/info.log
Nornir / SSH connections
/volumes/nornir.log
Enable Django debugging
Edit /volumes/netaudit/settings.py
#Change the Debug to True
DEBUG = True
docker-compose restart