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


##########
sdks/go/pkg/beam/runners/prism/internal/worker/worker.go:
##########
@@ -245,7 +245,7 @@ func (wk *W) Logging(stream 
fnpb.BeamFnLogging_LoggingServer) error {
                                attrs = append(attrs, slog.Group("customData", 
grp...))
                        }
 
-                       if beamlog.LogLevel == "debug" {
+                       if logconfig.LogLevel == "debug" {

Review Comment:
   Yes. That's the reason we put the common code for logging config in one 
place.



-- 
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