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 5.17.0, with multiple prior versions ranging back to 3.1.0, each linked in the provided documentation."],["`LoggingConfig` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Protobuf` namespace."],["The `LoggingConfig` class is designed for managing the runtime logging configuration of a job and inherits from `Object`, while also being included in the `Google.Cloud.Dataproc.V1` namespace."],["`LoggingConfig` includes a property `DriverLogLevels` which allows configuration of log levels for different packages, such as setting \"root\" to INFO or \"com.google\" to FATAL."]]],[]]