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


##########
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:
   In the latest PR, I separated the server logger (which is also set as the 
default logger) from the job (pipeline) logger.



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