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 reference documentation for the `LoggingConfig` class within the Google Cloud Dataproc v1 API, specifically focusing on version 5.1.0 and later."],["The `LoggingConfig` class, which is a sealed class, is used to manage the runtime logging configurations for jobs."],["This documentation covers the class's inheritance, implemented interfaces, inherited members from `Object`, namespace, assembly, constructors, and the `DriverLogLevels` property."],["The latest version of this documentation is 5.17.0, with previous versions down to 3.1.0 available for review."],["The `DriverLogLevels` property allows configuration of per-package log levels for the driver, including the ability to configure the root logger using the 'root' package name."]]],[]]