shunping commented on code in PR #35778:
URL: https://github.com/apache/beam/pull/35778#discussion_r2252964926


##########
sdks/python/apache_beam/options/pipeline_options.py:
##########
@@ -1942,6 +1942,12 @@ def _add_argparse_args(cls, parser):
         'downloading a zipped prism binary, for the current platform. If '
         'prism_location is set to a Github Release page URL, them it will use '
         'that release page as a base when constructing the download URL.')
+    parser.add_argument(
+        '--prism_log_level',
+        default="info",
+        help=(
+            'Controls the log level in Prism. Values can be "debug", "info", '
+            '"warn", and "error". Default log level is "info".'))

Review Comment:
   +1. Fixed in the latest code.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to