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

Log imports in file as well as stdout #28

Open
Rikuoja opened this issue Oct 27, 2021 · 1 comment
Open

Log imports in file as well as stdout #28

Rikuoja opened this issue Oct 27, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Rikuoja
Copy link
Collaborator

Rikuoja commented Oct 27, 2021

Is your feature request related to a problem? Please describe.
Currently, running imports only print to stdout. When running imports non-interactively (e.g. starting an import process with Flask), we would like to have the import logs saved to file.

Describe the solution you'd like
Use logging module.

@Rikuoja Rikuoja added the enhancement New feature or request label Oct 27, 2021
@Rikuoja
Copy link
Collaborator Author

Rikuoja commented Jan 24, 2022

Currently imports are logged per import process, so we can easily find out what was wrong with a particular dataset and when it crashed.

Probably we want to add a single log file stream to the same logger too, so we would have a complete server log stream available.

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

No branches or pull requests

1 participant