How to get IriusRisk logs
The log extraction will depend on your chosen deployment method.
- On docker deployments:
You can watch the log live using: docker logs -f "container_name", example:
$ docker logs -f iriusrisk-tomcat
$ docker logs iriusrisk-tomcat > log.txt
- On native Tomcat deployments:
Read the contents of the catalina.out log file.
Comments
0 comments
Article is closed for comments.