@@ -43,43 +43,39 @@ class JobMessageImportance(proto.Enum):
4343 unknown.
4444 JOB_MESSAGE_DEBUG (1):
4545 The message is at the 'debug' level:
46- typically only useful for
47- software engineers working on the code the job
48- is running. Typically, Dataflow pipeline runners
49- do not display log messages at this level by
50- default.
46+ typically only useful for software engineers
47+ working on the code the job is running.
48+ Typically, Dataflow pipeline runners do not
49+ display log messages at this level by default.
5150 JOB_MESSAGE_DETAILED (2):
5251 The message is at the 'detailed' level:
53- somewhat verbose, but
54- potentially useful to users. Typically,
55- Dataflow pipeline runners do not display log
56- messages at this level by default. These
57- messages are displayed by default in the
58- Dataflow monitoring UI.
52+ somewhat verbose, but potentially useful to
53+ users. Typically, Dataflow pipeline runners do
54+ not display log messages at this level by
55+ default. These messages are displayed by default
56+ in the Dataflow monitoring UI.
5957 JOB_MESSAGE_BASIC (5):
6058 The message is at the 'basic' level: useful
61- for keeping
62- track of the execution of a Dataflow pipeline.
63- Typically, Dataflow pipeline runners display log
64- messages at this level by default, and these
65- messages are displayed by default in the
66- Dataflow monitoring UI.
59+ for keeping track of the execution of a Dataflow
60+ pipeline. Typically, Dataflow pipeline runners
61+ display log messages at this level by default,
62+ and these messages are displayed by default in
63+ the Dataflow monitoring UI.
6764 JOB_MESSAGE_WARNING (3):
6865 The message is at the 'warning' level:
69- indicating a condition
70- pertaining to a job which may require human
71- intervention. Typically, Dataflow pipeline
72- runners display log messages at this level by
73- default, and these messages are displayed by
74- default in the Dataflow monitoring UI.
75- JOB_MESSAGE_ERROR (4):
76- The message is at the 'error' level:
77- indicating a condition
78- preventing a job from succeeding. Typically,
66+ indicating a condition pertaining to a job which
67+ may require human intervention. Typically,
7968 Dataflow pipeline runners display log messages
8069 at this level by default, and these messages are
8170 displayed by default in the Dataflow monitoring
8271 UI.
72+ JOB_MESSAGE_ERROR (4):
73+ The message is at the 'error' level:
74+ indicating a condition preventing a job from
75+ succeeding. Typically, Dataflow pipeline
76+ runners display log messages at this level by
77+ default, and these messages are displayed by
78+ default in the Dataflow monitoring UI.
8379 """
8480 JOB_MESSAGE_IMPORTANCE_UNKNOWN = 0
8581 JOB_MESSAGE_DEBUG = 1
0 commit comments