Skip to content

Commit

Permalink
docs: mention required debugLevel (#15)
Browse files Browse the repository at this point in the history
Example `nitro.json` is not complete. It misses `logLevel` property.

> Error: Invalid nitro.json config file! `logLevel` must be 'debug' | 'info' | 'warning' | 'error', but is undefined.

Added `logLevel` to docs.
  • Loading branch information
jpudysz authored Aug 8, 2024
1 parent 5e76070 commit 4181c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nitrogen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Every nitro module must have a `nitro.json` file at it's root level (i.e. the fo

```json
{
"logLevel": "debug",
"cxxNamespace": ["image"],
"ios": {
"iosModulename": "NitroImage"
Expand Down

0 comments on commit 4181c43

Please sign in to comment.