You can view container log files using the docker compose logs -f command.
Remote Ops Agent logs are located inside the container at /var/opt/hitachi/remoteops/Logs:
- install-date.log - First-time startup installation logs
- date-RemoteOpsAgent.csv - Main application logs
- AgentDb-date.log - Database-specific logging
All configuration, database files, and logs are stored in a Docker volume named hro-agent-data. This volume persists when the container is stopped or removed, ensuring data is retained across container updates.