laravel-websockets/docs/debugging/console.md

13 lines
370 B
Markdown
Raw Permalink Normal View History

2020-06-02 08:56:13 +00:00
---
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.
2020-08-18 12:29:49 +00:00
On production environments, you shall use the `--debug` flag to display the events in the terminal.
![Console Logging](/img/console.png)