Skip to content

Commit

Permalink
Update cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcogrel authored Feb 11, 2024
1 parent 61ca897 commit 21852ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guide/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ You will need to manually download the JDBC drivers for your database management

Consider putting the directory of ontop to your `PATH`.

### Logging level
It can be set using the environment variable `ONTOP_LOG_LEVEL`. Set it to `DEBUG` to get most details, including generated SQL queries.
Alternatively, you can change the value of the `level` attribute of the `root` element at the end of the file `log/logback.xml`.


### Property file
Most commands below require or accept as input a property file.
This is where you will specify the JDBC connection parameters.
Expand Down

0 comments on commit 21852ca

Please sign in to comment.