Version Affected: Arculix RADIUS
Overview
This article explains how to view the logs created by the Arculix RADIUS server. Because RADIUS runs on Docker, viewing its logs requires a Docker command rather than a typical log file location.
View RADIUS Server Logs
- Find the container ID of your RADIUS server:
docker ps - Use the container ID to view the logs:
For example: docker logs 723e4068d0df.docker logs <container> - To follow the logs in real time instead:
For example: docker logs -f 723e4068d0df.docker logs -f <container>
SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.
Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.
Comments
Please sign in to leave a comment.