mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
26 lines
825 B
Markdown
Executable File
26 lines
825 B
Markdown
Executable File
<!--
|
|
title: Serverless Framework Commands - Auth0 Webtasks - Logs
|
|
menuText: logs
|
|
menuOrder: 10
|
|
description: View logs of your Auth0 Webtask Function within your terminal using the Serverless Framework
|
|
layout: Doc
|
|
-->
|
|
|
|
<!-- DOCS-SITE-LINK:START automatically generated -->
|
|
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/webtasks/cli-reference/logs)
|
|
<!-- DOCS-SITE-LINK:END -->
|
|
|
|
# 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.
|