lostluck commented on issue #37143: URL: https://github.com/apache/beam/issues/37143#issuecomment-4085937146
Re-orgs mostly. I can't remember if we hooked up a slog handler for the current SDK. I know i prototyped it for my hobby - reimagined Go SDK. https://github.com/lostluck/beam-go/blob/main/internal/harness/logger.go#L36 But that likely can't be used directly copied offhand. There was some effort with Prism's specific handling, since that uses slog internally, but then we have potentially weird behavior for the Go SDK when prism is compiled in directly for a local run, vs spun up separately as it's own process or container. In many ways this is much easier now: we probably just want to use the normal slog multihandler and have it emit locally and to beam logging. -- 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]
