This tab can be used to enable/disable and configure the storage of logs in log files and/or in the database.
File
- Active: Enables or disables logging to a file.
- Line format: Determines the format of log lines in the files.
For more information about formatting options, see the documentation for Logback (http://logback.qos.ch/manual/layouts.html).
- Filename: Name of log file. Logback specifiers (see link above) may be used to determine the file name dynamically.
- Maximum size (MB): Maximum size of a log file (in MB).
- Name of history files: Name of history files. Logback specifiers (see link above) may be used to determine the file name dynamically.
- Maximum number of files: Maximum number of history files stored simultaneously.
Database
- Active: Enables or disables logging to a database. This setting is enabled as default.
- JNDI data source: URL for the JNDI data source. If this value is [empty], the CARL Source JNDI data source will be used.
- Number of days' history: Maximum number of days' log history in the database.