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

# Server log stream

> Server log entries for dashboards and debugging. No auth required.



## AsyncAPI

````yaml _generated/asyncapi.yaml logsChannel
id: logsChannel
title: Server log stream
description: Server log entries for dashboards and debugging. No auth required.
servers:
  - id: production
    protocol: wss
    host: joyride.exchange
    bindings: []
    variables: []
address: logs
parameters: []
bindings: []
operations:
  - &ref_0
    id: receiveLogEntry
    title: Receive log entry
    description: Receive server log entries for dashboards and debugging.
    type: receive
    messages:
      - &ref_1
        id: LogNotification
        contentType: application/json
        payload:
          - name: Server log
            description: Log entries broadcast on the `logs` channel.
            type: object
            properties:
              - name: type
                type: string
                description: object
                required: false
              - name: description
                type: string
                description: Server log entry (format may vary)
                required: false
        headers: []
        jsonPayloadSchema:
          type: object
          description: Server log entry (format may vary)
          x-parser-schema-id: <anonymous-schema-193>
        title: Server log
        description: Log entries broadcast on the `logs` channel.
        example: |-
          {
            "type": "<string>",
            "description": "<string>"
          }
        bindings: []
        extensions:
          - id: x-parser-unique-object-id
            value: LogNotification
    bindings: []
    extensions:
      - id: x-parser-unique-object-id
        value: logsChannel
sendOperations:
  - *ref_0
receiveOperations: []
sendMessages:
  - *ref_1
receiveMessages: []
extensions:
  - id: x-parser-unique-object-id
    value: logsChannel
securitySchemes: []

````