Skip to main content

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 service
  • uniconnect-api - Backend service
  • uniconnect-cube - Report service
  • uniconnect-nats - Nats service
  • uniconnect-db - Database service
  • uniconnect-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