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 detailed information on the `LoggingConfig` class within the `Google.Cloud.Dataproc.V1` namespace for different versions, with the latest version being 5.17.0 and a version range from 3.1.0 to 5.17.0."],["`LoggingConfig` is designed for configuring runtime logging in jobs and is a class that implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LoggingConfig` class has two constructors, a default one and another that takes another `LoggingConfig` object as a parameter."],["The `LoggingConfig` class features the `DriverLogLevels` property, which allows for the configuration of log levels per package, such as setting 'com.google' to 'FATAL' or 'root' to 'INFO'."],["This class and its documentation are part of the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]