### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/webtasks/cli-reference/logs) # Auth0 Webtasks - Logs The `serverless logs` command will allow you to connect to the streaming real-time logs from your profile on the Auth0 Webtasks platform. ```bash serverless logs ``` **Note:** The logs are streamed in real-time and not persisted. If none of your webtasks are currently executing, you will not see any log entries. ## Options There are no options for this command.