Skip to content

Commit

Permalink
docs: add information about disabling logs (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed May 28, 2020
1 parent 555f4af commit e9b2c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs-md/apis/console/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contributors:
The Console API automatically sends `console.debug`, `console.error`, `console.info`, `console.log`, `console.trace` and `console.warn` calls to the native log system on each respective platform. This enables, for example,
`console.log` calls to be rendered in the Xcode and Android Studio log windows.

Currently it's not possible to disable it, but that feature is coming.
It can be disabled by using `hideLogs` entry in `capacitor.config.json`, check [common configuration](/docs/basics/configuring-your-app#common-configuration) for more information.

## Example

Expand Down

0 comments on commit e9b2c9d

Please sign in to comment.