Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

File purpose

The logback-spring.xml file defines the logging configuration for testing the MR application.

File location

The file is located in the folder mr-application\src\main\resources.

File values

The logback-spring.xml file uses Logback configuration. See the official Logback documentation for details about Logback concepts: <https://logback.qos.ch/documentation.html>
The file has the following attributes:
ElementAttributeValueDescription
<configuration>debugfalseFlag used to enable/disable Logback debug mode
<appender>nameSTDOUTThe name of the Logback appender used for logging
classch.qos.logback.core.ConsoleAppenderThe implementation Logback appender used for logging
<encoder>
<pattern>%n%date{yyyy-MM-dd HH:mm:ss.SSS z} %relative [%thread] %logger - %level: %message %throwableThe formatting pattern of the logging output
<logger>nameorg.springframework.coreThe logger for the Spring package that provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework.
levelINFOThe level of printed out logs for that logger
<logger>nameorg.springframework.utilThe logger for the Spring package that contains Miscellaneous utility classes, such as utilities for working with strings, classes, collections, reflection, etc.
levelINFOThe level of printed out logs for that logger
<logger>nameorg.springframework.beansThe logger for the Spring package that contains interfaces and classes for manipulating Java beans.
levelINFOThe level of printed out logs for that logger
<logger>nameorg.springframework.contextThe logger for the Spring package that builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.
levelINFOThe level of printed out logs for that logger
<logger>nameorg.springframework.webThe logger for the Spring package that contains Common, generic interfaces that define minimal boundary points between Spring’s web infrastructure and other framework modules.
levelINFOThe level of printed out logs for that logger
<logger>nameorg.springframework.securityThe logger for Spring Security
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.biz.pivot.securityThe logger for Atoti Server security
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.biz.pivot.monitoring.impl.XmlaMonitorListenerClass used to output current time and size of XMLA response
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.biz.pivot.webservicesThe logger for the core Atoti Server webservices package
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.biz.pivot.streamingThe logger for the core Atoti Server streaming package
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.tech.streamingThe logger for Atoti Server streams (stateful components publishing events to a publishe)
levelINFOThe level of printed out logs for that logger
<logger>namecom.qfs.pivot.rest.discoveryThe logger for the Atoti Server discovery service
levelINFOThe level of printed out logs for that logger
<logger>namecom.qfs.pivot.rest.queryThe logger for the Atoti Server queries service
levelINFOThe level of printed out logs for that logger
<logger>namecom.qfs.pivot.websocketThe logger for the Atoti Server websockets
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.pivot.mdxThe logger for the MDX engine
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.biz.pivot.impl.TimerActivePivotQueryExecutorA simple query executor that times each query that goes through it, and logs the timings at the Level.INFO
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.biz.pivot.impl.ActivePivotVersionThe logger for the Atoti Server version instance
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.biz.pivot.query.aggregatesThe logger for the retrieval of aggregated values
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.biz.pivot.postprocessingThe logger for Atoti Server post-processors
levelINFOThe level of printed out logs for that logger
<logger>nameorg.springframework.httpThe logger for the Spring package containing a basic abstraction over client/server-side HTTP.
levelINFOThe level of printed out logs for that logger
<logger>nameorg.springframework.remotingThe logger for the exception hierarchy for Spring’s remoting infrastructure, independent of any specific remote method invocation system.
levelINFOThe level of printed out logs for that logger
<logger>namecom.qfs.msgThe logger for the handling of messages in the Composer
levelINFOThe level of printed out logs for that logger
<logger>namecom.qfs.msg.csvThe logger for the handling of messages related to CSV sources in the Composer
levelINFOThe level of printed out logs for that logger
<logger>namecom.qfs.msg.csv.impl.ParserThe logger for the class that parses a char buffer into records.
levelINFOThe level of printed out logs for that logger
<logger>namecom.qfs.storeThe logger for classes related to stores in the Datastore
levelINFOThe level of printed out logs for that logger
<logger>namecom.qfs.store.transactionThe logger for classes related to transactions in the Datastore
levelINFOThe level of printed out logs for that logger
<logger>namecom.quartetfs.biz.pivot.transactionThe logger for classes related to transactions in the cubes
levelINFOThe level of printed out logs for that logger
<logger>namecom.qfs.util.timingThe logger for classes related to the Atoti Server stopwatch
levelINFO
<root>levelINFORoot logger level
<appender-ref>refSTDOUTThe name of the Logback appender used by the root logger
<contextListener>classch.qos.logback.classic.jul.LevelChangePropagatorImplementation of the Logback context listener
<resetJUL>trueFlag used to reset all previous level configurations of all j.u.l. loggers