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 focusing on version 5.5.0."],["The `LoggingConfig` class, designed for runtime logging, allows users to configure per-package log levels for the driver, including the root logger, as seen in the provided examples."],["The document details that the `LoggingConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There is a list of clickable links to all version, spanning from 5.17.0 (latest) down to 3.1.0, allowing for navigation through different version documentations."],["The `DriverLogLevels` property, of type `MapField`, is used to set log levels for different packages."]]],[]]