mukesh154 commented on code in PR #23844:
URL: https://github.com/apache/pulsar/pull/23844#discussion_r1919648642


##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java:
##########
@@ -228,6 +228,10 @@ abstract class FunctionDetailsCommand extends BaseCommand {
                 + " #Java, Python, Go")
         protected String logTopic;
 
+        @Option(names = "--log-level", description = "Log level at which the 
logs of a Pulsar Function are produced"
+                + " #Java")

Review Comment:
   Added functionality for Python runtime as well & accepted your suggestion.



##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java:
##########
@@ -228,6 +228,10 @@ abstract class FunctionDetailsCommand extends BaseCommand {
                 + " #Java, Python, Go")
         protected String logTopic;
 
+        @Option(names = "--log-level", description = "Log level at which the 
logs of a Pulsar Function are produced"
+                + " #Java")

Review Comment:
   Added functionality for Python runtime as well & committed your suggestion.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to