Skip to content

Commit 23b2173

Browse files
authored
docs(ios): Document hideLogs config option (#2619)
1 parent 4c0170c commit 23b2173

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/docs-md/basics/configuring-your-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ The current ones you might configure are:
125125
"cordovaLinkerFlags": ["-ObjC"],
126126
// A Boolean value that determines whether pressing on a link displays a preview of
127127
// the destination for the link.
128-
"allowsLinkPreview": false
128+
"allowsLinkPreview": false,
129+
// A Boolean value that determines whether to hide native logs or not
130+
// Default is false
131+
"hideLogs": true
129132
},
130133
"electron": {
131134
// User agent of Capacitor WebView for Electron

0 commit comments

Comments
 (0)