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 `LoggingConfig` class manages runtime logging configurations for jobs within the Google Cloud Dataproc V1 service."],["This documentation covers versions of the `LoggingConfig` class from 3.1.0 up to the latest 5.17.0."],["`LoggingConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["The class provides constructors for creating new instances, including one that copies values from another `LoggingConfig` object."],["The `DriverLogLevels` property allows for detailed control over the log levels of different packages, including the root logger, within the driver."]]],[]]