> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loupp.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Logs

> View and manage server logs to monitor performance and troubleshoot issues in Loupp

## Overview

Server logs provide valuable insights into your server's operation, including web server activity, application errors, and system performance. Loupp provides centralized access to all server logs with real-time monitoring capabilities.

## Available Log Types

Loupp provides access to several types of server logs:

<CardGroup cols={3}>
  <Card title="Nginx Error Logs" icon="alert-circle">
    Detailed error logs from the Nginx web server, including HTTP errors and configuration issues.
  </Card>

  <Card title="Nginx Access Logs" icon="activity">
    Access logs showing all incoming requests, response codes, and visitor information.
  </Card>

  <Card title="MySQL Error Logs" icon="database">
    Database error logs for troubleshooting database connection and query issues.
  </Card>
</CardGroup>

## Accessing Server Logs

### Viewing Logs

<Steps>
  <Step title="Navigate to logs section">
    Access your server dashboard and click on the "Logs" tab to view the logs management interface.
  </Step>

  <Step title="Select log type">
    Choose the type of logs you want to view from the dropdown menu:

    * Nginx Error Logs
    * Nginx Access Logs
    * MySQL Error Logs
  </Step>

  <Step title="View log content">
    The selected log content will be displayed in a formatted, readable interface with syntax highlighting.
  </Step>
</Steps>

### Log Refresh

You can also manually refresh logs using the refresh button to get the latest entries.
