Skip to content

Commit

Permalink
docs: update readme with grouped logging options
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Jun 20, 2022
1 parent e30ba3c commit 2ecf274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ The following setting options are available:
|name|default|description|
|----|-------|-----------|
|`parquet-viewer.parquetToolsPath`|`parquet-tools`|The name of the parquet-tools executable or a path to the parquet-tools jar|
|`parquet-viewer.logPanel`|`false`|Whether to write diagnostic logs to an output panel|
|`parquet-viewer.logFolder`|empty|Write diagnostic logs under the given directory|
|`parquet-viewer.logLevel`|info|Diagnostic log level. Choose between: `off`, `fatal`, `error`, `warn`, `info`, `debug` or `trace`|
|`parquet-viewer.useParquetTools`|`false`|Use the legacy `parquet-tools` application for reading the files|
|`parquet-viewer.logging.panel`|`false`|Whether to write diagnostic logs to an output panel|
|`parquet-viewer.logging.folder`|empty|Write diagnostic logs under the given directory|
|`parquet-viewer.logging.level`|info|Diagnostic log level. Choose between: `off`, `fatal`, `error`, `warn`, `info`, `debug` or `trace`|

### What's new

Expand Down

0 comments on commit 2ecf274

Please sign in to comment.