public MapField<string, LoggingConfig.Types.Level> DriverLogLevels { get; }
The per-package log levels for the driver. This may include
"root" package name to configure rootLogger.
Examples:
'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Google.Cloud.Dataproc.V1.LoggingConfig` documentation is 5.17.0, with a range of available versions from 3.1.0 up to this latest release."],["`LoggingConfig` is a class representing the runtime logging configuration for a job within Google Cloud Dataproc V1, inheriting from Object and implementing multiple interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The `LoggingConfig` class includes a `DriverLogLevels` property, a map field that allows setting per-package log levels for the driver, including a root logger, with examples such as 'com.google = FATAL' or 'root = INFO'."],["There are two constructors for the class `LoggingConfig`, the first one with no parameters, and the second taking an instance of `LoggingConfig` as a parameter."]]],[]]