apache/beam

Support --verbose and/or --debug options so users don't have to tweak logging backend for basic output

开放

#18,695 创建于 2022年6月3日

 (0 条评论) (0 个反应) (0 位负责人)Java (4,097 个派生)batch import
P3coregood first issuejavanew feature

仓库指标

星标
 (7,313 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

A good command line interface uses --verbose or --debug to control verbosity for users and contributors to get more info about what is going on in the program. Currently IIUC a user has to tweak JUL which is quite a poor experience and Java-centric rather than a good command line interface. We should add support for this alongside our other tools (like pipeline options parsing) for making it easy to build a pipeline main().

Note that this is for the construction & submission side / core SDK. Each runner has its own needs as far as how to control the worker logging, though it is probably still better to have a general way.

Imported from Jira BEAM-3475. Original Jira may contain additional context. Reported by: kenn.

贡献者指南