All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ql-http.12.0.source-code.DefaultLoggerCreator.properties Maven / Gradle / Ivy

Go to download

AceQL HTTP is a framework of REST like http APIs that allow to access to remote SQL databases over http from any device that supports http. AceQL HTTP is provided with four client SDK: - The AceQL C# Client SDK allows to wrap the HTTP APIs using Microsoft SQL Server like calls in their code, just like they would for a local database. - The AceQL Java Client SDK allows to wrap the HTTP APIs using JDBC calls in their code, just like they would for a local database. - The AceQL Python Client SDK allows SQL calls to be encoded with standard unmodified DB-API 2.0 syntax

There is a newer version: 12.2
Show newest version

############################################################
# Logging Configuration File DefaultLoggerCreator
# File must be located in user.home/.kawansoft/conf.
#
# If the file does not exist, the default values
# are used.
############################################################

# The logging directory. Defauts to user.home/.kawansoft/log.
logDirectory=

# The file name pattern following Logback format. 
# Defaults to aceql_%d.log.%i.
fileNamePattern=aceql_%d.log.%i

# The pattern for each log line, following Logback format.
# Defaults to %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
#
pattern=%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n

# The maximum file size in byte. Defaults to 300Mb.
maxFileSize= 314572800

# The total file size before rotation begins. Defaults to 3Gb.
totalSizeCap=3221225472

# Says if logging must be done on console too. Defaults to false.
displayOnConsole=false

# Says if the status of the log creation is to be displayed on stderr. 
# This is to be used to debug the log creation. Defaults to false.
displayLogStatusMessages=false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy