SynBioDex / SBOLExplorer

MIT License
4 stars 2 forks source link

Better logging #99

Open cjmyers opened 3 years ago

cjmyers commented 3 years ago

Would be useful to separate the logging into multiple log levels:

1) error - show only errors 2) warn - show errors and warnings 3) info - show errors, warnings, and logging during indexing 4) debug - show errors, warnings, and logging during indexing and search

Should also rotate logs and purge logs over time.

Finally, would need to update SBH to allow us to download these different log files.