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 within the .NET ecosystem."],["The `LoggingConfig` class is used to manage runtime logging configurations for jobs in Google Cloud Dataproc."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are integral to the Protobuf ecosystem and managing object states."],["The `LoggingConfig` class has two constructors and one main property `DriverLogLevels` which are used to adjust log levels for different driver packages, including the root logger."],["There are multiple versions of this API class, with the latest being 5.17.0 and stretching as far back as 3.1.0, all of which are linked on this page."]]],[]]