---
title: Console Logging
order: 1
---

# Console Logging

When you start the Laravel WebSocket server and your application is in debug mode, you will automatically see all incoming and outgoing WebSocket events in your terminal.

On production environments, you shall use the `--debug` flag to display the events in the terminal.

![Console Logging](/img/console.png)
