Logging

export LOGLEVEL=info

Advanced logging:

export LOGLEVEL=debug

Local Docker Development with Live Reload

To facilitate local development with live reload, you can use Docker. Follow the steps below:

1. Create Dockerfile.dev

2. Create docker-compose.yml

3. Run Docker Compose

This setup will allow you to develop locally with live reload, making it easier to test and iterate on your code.

Was this page helpful?