Version Affected: Arculix Radius
Description:
This article will guide you on how to view the logs created by the Arculix Radius server
Cause:
As Radius is running on Docker, a different command is needed to view the logs.
Resolution:
1. First, find out the Container ID of your Radius by running
docker ps
2. Use the container id with the following command
docker logs container
eg, docker logs 723e4068d0df
3. Or to follow the log run
docker logs -f container
eg, docker logs -f 723e4068d0df
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.