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 webpage provides documentation for the `LoggingConfig` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its use in managing runtime logging configurations for jobs."],["The `LoggingConfig` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, showcasing its structure and functionality within the .NET ecosystem."],["The webpage lists numerous version-specific links for `LoggingConfig`, ranging from version 3.1.0 up to the latest version 5.17.0, as well as the current page's version 4.0.0, allowing for access to historical API information."],["The `LoggingConfig` class has two constructors and one main property, `DriverLogLevels`, which is a `MapField` used to define log levels for different packages, including a root package for overarching logging configuration."]]],[]]