diff --git a/site/docs-md/apis/console/index.md b/site/docs-md/apis/console/index.md index d196db5de0..b3d779bf01 100644 --- a/site/docs-md/apis/console/index.md +++ b/site/docs-md/apis/console/index.md @@ -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