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-test.xml file defines the logback configuration for Atoti CVA Risk Capital in testing.
As of version 6.0.0, Atoti CVA Risk Capital uses Logback 1.5.x which includes some configuration changes from previous versions. Ensure your custom logback configurations are compatible with Logback 1.5.x.

File location

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

File values

The logback-test.xml file uses Logback configuration. See the official Logback documentation for details about Logback concepts: https://logback.qos.ch/documentation.html
ElementAttributeValueDescription
<property>nameLOGSName of the property used to define the folder in which the logs will be printed out.
value./logsValue of that property.
<appender>nameConsoleThe name of the Logback appender used for logging.
classch.qos.logback.core.ConsoleAppenderThe implementation Logback appender used for logging.
<layout>classch.qos.logback.classic.PatternLayoutThe implementation Logback pattern layout used for logging.
<pattern>%date{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %logger%n%level: %message%n%n%throwableThe formatting pattern of the logging output.
<appender>nameRollingFileRolling file appender.
classch.qos.logback.core.rolling.RollingFileAppenderRolling file appender class.
<file>LOGS/cvarcaccelerator.log</code></td><td>Thenameofthelog.</td></tr><tr><td><encoder></td><td>class</td><td><code>ch.qos.logback.classic.encoder.PatternLayoutEncoder</code></td><td>TheimplementationLogbackpatternlayoutencoderforlogging.</td></tr><tr><td><Pattern></td><td></td><td><code>{LOGS}/cvarc-accelerator.log</code></td><td>The name of the log.</td></tr><tr><td><encoder></td><td>class</td><td><code>ch.qos.logback.classic.encoder.PatternLayoutEncoder</code></td><td>The implementation Logback pattern layout encoder for logging.</td></tr><tr><td><Pattern></td><td></td><td><code>%d %p %C{1.} [%t] %m%n</code></td><td>The formatting pattern of the …</td></tr><tr><td><rollingPolicy></td><td>class</td><td><code>ch.qos.logback.core.rolling.TimeBasedRollingPolicy</code></td><td>Rolls over files primarily by date.</td></tr><tr><td><fileNamePattern></td><td></td><td><code>{LOGS}/archived/cvarc-accelerator-%d{yyyy-MM-dd}.%i.logName of the rolled-over log files.
<timeBasedFileNamingAndTriggeringPolicy>classch.qos.logback.core.rolling.SizeAndTimeBasedFNATPSpecifies the rollover times. The rollover can be set up to occur once per day, per week, or per month.
<maxFileSize>200GBControls the maximum size of rolled-over files.
<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>namequartetfs.activepivot.xmlaThe logger for the XMLA endpoints, connecting to Microsoft Excel or Tableau.
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.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.pivot.websocketThe logger for the Atoti Server websockets.
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.
levelINFOThe level of printed out logs for that logger.
<root>levelINFORoot logger level.
<appender-ref>refRollingFileThe name of the Logback appender used by the root logger.
<appender-ref>refConsoleThe 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.