Is your feature request related to a problem? Please describe.
The OFM needs a way to change the default logging level for LabThings to get detailed reports of any issues faced when using the Microscope. Currently configure_thing_logger() inside src\labthings_fastapi\logs.py sets the default log level to INFO with no way to configure it.
Describe the solution you'd like
Add an argument to configure_thing_logger() to allow the log level to be changed.
Is your feature request related to a problem? Please describe.
The OFM needs a way to change the default logging level for LabThings to get detailed reports of any issues faced when using the Microscope. Currently configure_thing_logger() inside src\labthings_fastapi\logs.py sets the default log level to INFO with no way to configure it.
Describe the solution you'd like
Add an argument to configure_thing_logger() to allow the log level to be changed.