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

Guideline on logging level choice #88

Open
dinkelbachjan opened this issue Mar 30, 2022 · 1 comment · May be fixed by #236
Open

Guideline on logging level choice #88

dinkelbachjan opened this issue Mar 30, 2022 · 1 comment · May be fixed by #236
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@dinkelbachjan
Copy link
Contributor

dinkelbachjan commented Mar 30, 2022

  • error - all errors
  • warn - all warnings
  • off - recommended to use e.g. when running case studies where exclusively the simulation results should be logged
  • info - logging of information that are basic and that are logged only once before/after the simulation
  • debug - logging of information for debugging (extended static information, e.g. initialization values, matrix stamps, subcomponents)
  • trace - logging of information in each simulation step
@m-mirz
Copy link
Contributor

m-mirz commented Mar 30, 2022

@m-mirz m-mirz moved this to Backlog in DPsim Apr 27, 2022
@m-mirz m-mirz added this to DPsim Apr 27, 2022
@m-mirz m-mirz added the documentation Improvements or additions to documentation label Dec 11, 2022
@JTS22 JTS22 linked a pull request Jul 24, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

2 participants