hjtran opened a new issue, #37146:
URL: https://github.com/apache/beam/issues/37146

   The `FnApiLogRecordHandler` creates `LogEntry` protos but doesn't include 
the logger name (`record.name`). This is useful for filtering and debugging 
logs in complex pipelines.
   
   **Proposal:** Add the logger name to `custom_data`:
   ```python
   log_entry.custom_data['logger'] = record.name
   ```


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