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 available for `Google.Cloud.Dataproc.V1.LoggingConfig` is version 5.17.0, with multiple previous versions listed, starting down to version 3.1.0."],["`LoggingConfig` is a class that provides the runtime logging configuration for jobs and is found in the `Google.Cloud.Dataproc.V1` namespace, within the `Google.Cloud.Dataproc.V1.dll` assembly."],["The `LoggingConfig` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`LoggingConfig` can be constructed using a default constructor or a copy constructor that takes another `LoggingConfig` object as a parameter."],["The class features a `DriverLogLevels` property, which allows setting per-package log levels for the driver, including the root logger, via a `MapField` of strings and `LoggingConfig.Types.Level` values."]]],[]]