diff --git a/README.md b/README.md index 8e03cdb..3d2f003 100644 --- a/README.md +++ b/README.md @@ -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 @@ -474,7 +474,7 @@ ckanapi.log_local = True The output of the log will look like: ``` -DEBUG [ckan.ckanapi] OS User executed LocalCKAN: ckanapi +INFO [ckan.ckanapi] OS User executed LocalCKAN: ckanapi ``` ### TestAppCKAN