Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
chore: remove error from the logLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
wswebcreation committed Nov 8, 2020
1 parent a5ede11 commit 39e95d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/OPTIONS.md
Expand Up @@ -103,7 +103,9 @@ Tell the module if the used app is an Hybrid app, this will not calculate the ad
- **Mandatory:** No
- **Default:** `info`

Adds extra logs, options are `debug | info | warn | error | silent`
Adds extra logs, options are `debug | info | warn | silent`

Errors are always logged to the console.

### `savePerInstance`
- **Type:** `boolean`
Expand Down
1 change: 0 additions & 1 deletion lib/helpers/options.interface.ts
Expand Up @@ -102,6 +102,5 @@ export enum LogLevel {
debug = 'debug' ,
info = 'info',
warn = 'warn',
error = 'error',
silent = 'silent'
}

0 comments on commit 39e95d3

Please sign in to comment.