// A port to bind Web UI log-viewer.server.port=14000 log-viewer.server.context-path="/" log-viewer.use-web-socket=true // If the value is `true`, the web server will be started, if `false`, it will be started only as an agent. log-viewer.server.enabled=true log-viewer.backdoor_server.port=9595 // List of custom log levels for all paths. // log-viewer.log-levels=["TEST"] // If `true`, log-viewer will unpack gzip/zip archives to the temporary directory before opening. If `false`, gzip/zip cannot be displayed. log-viewer.unpack-gz-archives=true // List of file patterns describing visible files and subdirectories logs = [ { path: ${LOCAL_DIR_REMOTE_DEPOSIT_JOBS}"**/*.log" } { path: ${LOCAL_DIR_REMOTE_DEPOSIT_JOBS}"**/*.txt" } { path: ${LOCAL_DIR_REMOTE_DEPOSIT_JOBS}"**/*.log.gz" } { path: ${LOCAL_DIR_REMOTE_DEPOSIT_JOBS}"**/*.txt.gz" } ] // Enabling/disabling Basic HTTP authentication authentication.enabled = false // Enabling/disabling LDAP authentication authentication.ldap.enabled = false