Skip to content

Commit e2f96bf

Browse files
docs(config): add logLevel to config options (#3998)
1 parent b4ce82a commit e2f96bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/developing/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ Below are the config options that Ionic uses.
178178
| `loadingEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-loading`, overriding the default "animation". |
179179
| `loadingLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-loading`, overriding the default "animation". |
180180
| `loadingSpinner` | `SpinnerTypes` | Overrides the default spinner for all `ion-loading` overlays. |
181+
| `logLevel` | `'OFF' \| 'ERROR' \| 'WARN'` | Configures the logging level for Ionic Framework. If `'OFF'`, no errors or warnings are logged. If `'ERROR'`, only errors are logged. If `'WARN'`, errors and warnings are logged. |
181182
| `menuIcon` | `string` | Overrides the default icon in all `<ion-menu-button>` components. |
182183
| `menuType` | `string` | Overrides the default menu type for all `<ion-menu>` components. |
183184
| `modalEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-modal`, overriding the default "animation". |

0 commit comments

Comments
 (0)