Logs & Diagnostics
This guide covers how to monitor, diagnose, and troubleshoot your Uniconnect system using built-in commands.
System Status
Check the overall status of your Uniconnect installation:
uc status
This command provides an overview of all running services and their current state.
Service Management
Restart Individual Services
To restart a specific service:
uc restart <service-name>
Available Services:
uniconnect-web- Frontend serviceuniconnect-api- Backend serviceuniconnect-cube- Report serviceuniconnect-nats- Nats serviceuniconnect-db- Database serviceuniconnect-redis- Cache service
Example:
uc restart uniconnect-api
Viewing Logs
Access Service Logs
To view logs for a specific service:
uc logs <service-name>
Example:
uc logs uniconnect-web