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

Simplify logging #53

Open
jnehring opened this issue Nov 19, 2015 · 0 comments
Open

Simplify logging #53

jnehring opened this issue Nov 19, 2015 · 0 comments

Comments

@jnehring
Copy link
Collaborator

Right now there are plenty of logfiles. Two logfiles in the "log" folder, one log file per experiment (57 in the current installation) and one per task (I estimate 200 logfiles). Evaluating 260 different logfiles is a challenging and time consuming tasks.

I suggest to

  • Use a logging library, e.g. Monolog instead of the homemade logger
  • Configure the logging in a way that it creates a single logfile instead of 260 different log files.

This might not be a cool new feature for showing off but I think it will speed up all future development and administrative tasks. And there are two indicators that this is easy to implement: The currently used homemade logger implements the Logger interface. And the system uses a dependency injection framework.

Using a logging library we might solve #38 with a few lines of configuration.

@jnehring jnehring changed the title Update logging library Enhance logging Nov 19, 2015
@jnehring jnehring changed the title Enhance logging Simplify logging Nov 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant