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

Add more info to error messages in log #310

Open
nordam opened this issue Sep 22, 2024 · 1 comment
Open

Add more info to error messages in log #310

nordam opened this issue Sep 22, 2024 · 1 comment

Comments

@nordam
Copy link
Collaborator

nordam commented Sep 22, 2024

My processing crashed with the following error:

2024-09-22 08:50:53 ERROR Thread-7 (process_file_list) [cli.process_file_list] Cannot load file containing pickled data when allow_pickle=False    

Probably there is something wrong with the image I'm trying to load, but it would be convenient to know the filename.

@emlynjdavies
Copy link
Collaborator

Please use log_level = 'DEBUG'
then you will get a filename print out in the form: Chunk {c} starting to process {filename} before the pipeline.run(filename) is called

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

2 participants