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."],[[["This document provides reference documentation for the `LoggingConfig` class within the Google Cloud Dataproc v1 API, specifically in version 5.4.0."],["The `LoggingConfig` class is designed to handle the runtime logging configurations for jobs, allowing detailed control over logging levels."],["The `LoggingConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its role in data management and manipulation."],["The `DriverLogLevels` property allows configuration of log levels on a per-package basis, including the root package, enabling fine-grained control over logging verbosity."],["The document lists multiple version numbers, ranging from 3.1.0 to the latest 5.17.0, with all of them having a link to their version of the `LoggingConfig` class."]]],[]]