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 logs #101

Open
4 tasks
alecandido opened this issue Feb 5, 2021 · 2 comments
Open
4 tasks

Improve logs #101

alecandido opened this issue Feb 5, 2021 · 2 comments
Labels
benchmarks Benchmark (or infrastructure) related enhancement New feature or request

Comments

@alecandido
Copy link
Member

Info level

Info printed during yadism runs are still partial, to be included

  • FNS
  • TMC (if enabled)

To be reorganized:

  • couplings related: e.g. QCDNUM needs to load the coupling constants, and so it's doing many calls to get_weights, but it's reasonable that some values are constant per-run, like MZ and so on, and instead they are printed over and over
    • maybe we should make an object that loads some initial configs, and log only when instantiating the object, or changing top-level values (like MZ), while not logging for each and every

Debug level

  • logging more in distribution_vec?
@alecandido alecandido added the enhancement New feature or request label Feb 5, 2021
@felixhekhorn
Copy link
Contributor

and instead they are printed over and over

I'd rather lower the logging level in this specific piece of code, if needed - otherwise keep in mind that we still want to make logging as explicit as possible and introduce a new output level for user information

@alecandido alecandido added the benchmarks Benchmark (or infrastructure) related label Feb 9, 2021
@stale
Copy link

stale bot commented Dec 6, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 6, 2021
@alecandido alecandido removed the wontfix This will not be worked on label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmarks Benchmark (or infrastructure) related enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants