We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b1441 commit b4cff16Copy full SHA for b4cff16
core/src/utils/config.ts
@@ -224,9 +224,9 @@ export interface IonicConfig {
224
/**
225
* Configures the logging level for Ionic Framework:
226
*
227
- * - `OFF`: No errors or warnings are logged.
228
- * - `WARN`: Logs errors and warnings.
229
- * - `ERROR`: Logs only errors.
+ * - `'OFF'`: No errors or warnings are logged.
+ * - `'WARN'`: Logs errors and warnings.
+ * - `'ERROR'`: Logs only errors.
230
*/
231
logLevel?: LogLevel;
232
0 commit comments