Skip to content

Qlog

Key Value
type object
relationship Package -> DeploymentConfig -> Qlog
object path $.deployment_config.qlog
package file path {package-root}/deployment_config/deployment_config.yaml

Fields

Field Type Required Description Constraints Default
directory string | null no QLog configuration directory pattern: "^\\/+([a-zA-Z0-9_.-]+\\/*)+$" "/opt/kx/config"
endpoints array<string> | null no List of endpoints (can provide multiple) - ["fd://stdout"]
formatMode FormatMode | null no QLog logging format - "json"
routings map<string, string > | null no Mapping of log component to level DEFAULT is the default routing Can also use ALL as a wildcard for all levels - {"DEFAULT": "INFO"}

Used In

Back to top