Skip to content

Commit

Permalink
docs: Adds info about viewing the logs in Chrome DevTools (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipriancaba committed Aug 29, 2022
1 parent 5e8955c commit fac6b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/debugging.md
Expand Up @@ -8,6 +8,8 @@ With `debug` mode and logging enabled, below is an example of the Partytown logs

The [debug config](/configuration) must be `true` in order to see more verbose logging messages. The config table below lists all of the possible log configurations.

If you are using Chrome DevTools to see these logs, make sure that the `Verbose` log level is selected in Console

| Log Config Property | Description |
| ----------------------- | ----------------------------------- |
| `logCalls` | Log method calls |
Expand Down

1 comment on commit fac6b21

@vercel
Copy link

@vercel vercel bot commented on fac6b21 Aug 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.