Log Level Dependencies
Changes to the log level of the LogService have no influence on the logging behaviour of the DatabaseService.
If the service is set to verbose mode, the following additional logging steps are performed.
The proprietary Java database connection system (DriverManager of the JDBC framework) is instructed to keep its own log. This is located in the directory ./logs under the name db.log. Attention: The generated log file is not part of the regular logging system of the Integration Server (LogService), so it will not be renamed at the end of the day, but instead will continue to grow. If the server is restarted, the file will be overwritten if the DatabaseService continues to run in verbose mode.
If a connection is checked for validity (e.g. when a connection with activated checkConnection is released or during the regular check), this is reported accordingly.
Note: If the SQL statements executed by the server and their used parameters are to be output, this must be done via the verbose mode of the SqlService.