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

improve std_e logging behavior #3

Open
MicK7 opened this issue Aug 18, 2023 · 0 comments
Open

improve std_e logging behavior #3

MicK7 opened this issue Aug 18, 2023 · 0 comments

Comments

@MicK7
Copy link
Contributor

MicK7 commented Aug 18, 2023

logging in std_e seems limited.

It can create issues when doing a lot of writing. Thus, it would be needed to support:

  • buffered logging
  • log level logging
  • remote logging or logging to a virtual file in memory.
  • async logging

One can be inspired by the logging system of https://visit-dav.github.io/visit-website/ which is really efficient.

The python logging module could also be used as a source of inspiration for behavior (and specialized to handle mpi).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant