Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logging support to group and standard_error #8947

Open
wants to merge 2 commits into
base: maint
Choose a base branch
from

Conversation

garazdawi
Copy link
Contributor

This API can be used to log what a user types in the shell, or what is written by application to stdout/stderr. Its main purpose is to allow applications that cannot be updated from using io:format for logging to end up as log messages.

@garazdawi garazdawi added team:VM Assigned to OTP team VM enhancement labels Oct 16, 2024
@garazdawi garazdawi added this to the OTP-27.2 milestone Oct 16, 2024
@garazdawi garazdawi self-assigned this Oct 16, 2024
Copy link
Contributor

github-actions bot commented Oct 16, 2024

CT Test Results

    3 files    154 suites   2h 9m 11s ⏱️
3 571 tests 3 284 ✅ 287 💤 0 ❌
4 171 runs  3 849 ✅ 322 💤 0 ❌

Results for commit b91e3fb.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

Logging of stdio/stderr is useful when you want to capture anything
written to stdout into a log file, but cannot change the source of
the io:format in the original source code to a logger call.
* lukas/kernel/tty-logging:
  kernel: Add logging support to group and standard_error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant