Package io.quarkus.runtime.logging
Class LogBuildTimeConfig
java.lang.Object
io.quarkus.runtime.logging.LogBuildTimeConfig
@ConfigRoot(name="log",
phase=BUILD_AND_RUN_TIME_FIXED)
public class LogBuildTimeConfig
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionMinimum logging categories.This will decorate the stacktrace in dev mode to show the line in the code that cause the exceptionboolean
If enabled and a metrics extension is present, logging metrics are published.The default minimum log level. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
metricsEnabled
If enabled and a metrics extension is present, logging metrics are published. -
minLevel
The default minimum log level. -
decorateStacktraces
This will decorate the stacktrace in dev mode to show the line in the code that cause the exception -
categories
@ConfigItem(name="category") @ConfigDocSection public Map<String,CategoryBuildTimeConfig> categoriesMinimum logging categories.Logging is done on a per-category basis. Each category can be configured independently. A configuration that applies to a category will also apply to all sub-categories of that category, unless there is a more specific matching sub-category configuration.
-
-
Constructor Details
-
LogBuildTimeConfig
public LogBuildTimeConfig()
-