Skip to content

Commit

Permalink
feat(readme): log level in readm;
Browse files Browse the repository at this point in the history
- Changed logging level from `debug` to `info`.
  • Loading branch information
JVickery-TBS committed Mar 13, 2024
1 parent 3363e04 commit a6f98bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ print(anon.action.status_show())

#### Extra Loggging

To enable extra debug logging for the execution of LocalCKAN ckanapi commands, you can enable the config option in your CKAN INI file.
To enable extra info logging for the execution of LocalCKAN ckanapi commands, you can enable the config option in your CKAN INI file.

```
ckanapi.log_local = True
Expand All @@ -474,7 +474,7 @@ ckanapi.log_local = True
The output of the log will look like:

```
DEBUG [ckan.ckanapi] OS User <user> executed LocalCKAN: ckanapi <args>
INFO [ckan.ckanapi] OS User <user> executed LocalCKAN: ckanapi <args>
```

### TestAppCKAN
Expand Down

0 comments on commit a6f98bc

Please sign in to comment.