Note: The *password* key is optional. If it is not set, the password is requested via a user input.
Note: The *password* key is optional. If it is not set, the password is requested via a user input.
*`--logfile`: Log file for outputting the results. Missing tables and columns in the database are shown as warnings. The log level can be configured in main.py using a parameter:
*`--logfile`: Log file for outputting the results. Missing tables and columns in the database are shown as warnings.
```python
*`--mode`: Output mode (optional). Possible Values are:
log_level=logging.WARNING
+*short*: Shows only warnings
```
+*normal*: default Value. Shows infos
Possibile Values are:
**debug*: verbose Output
* logging.DEBUG
## Changelog
* logging.INFO
* logging.WARNING
### 1.0.1
* logging.ERROR
* Add additional command line parameter *mode* to control internal log level