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

Improved logging #380

Open
crasanders opened this issue Sep 8, 2024 · 0 comments
Open

Improved logging #380

crasanders opened this issue Sep 8, 2024 · 0 comments

Comments

@crasanders
Copy link
Contributor

AEPsych logs events such as messages being received or sent, but there are a number of improvements that could be made to logging to improve its utility:

  • The server should have command line arguments to set the logging level and output file.
  • Some logging messages should change their log level (e.g., model fitting time should be DEBUG, rather than INFO).
  • Logging should be suppressed during testing to make test output easier to parse, and to prevent unnecessary writes to the log file.
  • Different log level messages could be color-coded to make it easier to find errors (e.g., INFO could be green, ERROR red).
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