NEKO icon indicating copy to clipboard operation
NEKO copied to clipboard

Issue 73: Add Debug Logging

Open maupind opened this issue 1 year ago • 5 comments

Added debug logging as per issue 73 for more verbose error messages. I added to all files except for trajectory_gpt2.py as this already had logging imported from transformers.utils.

I kept the logger.debug(f'foobar') as an example of usage, but happy to update this to have more file specific message if required.

maupind avatar Feb 09 '24 19:02 maupind