4.1 Collecting Logs for Debugging

  1. Run the following commands to enable the debug logging:

    docker exec -it aaf_radiusd_1 /bin/sh

    ssh-4.4# cd /etc/raddb

    ssh-4.4# echo "test" > DEBUG

    exit

  2. Run the following command to restart the RADIUS container:

    docker restart aaf_radiusd_1

  3. Run the following command to view the live logs:

    docker logs -f aaf_radiusd_1

  4. Run the following commands to get all logs:

    docker exec -it aaf_radiusd_1 /bin/sh

    ssh-4.4# cat /var/log/radius/radius.log