Describe the bug
When trying to deploy twake-node without configuring a search service, a call to a non-existent logger method logger.warning is made, which crashes the entire application.
To Reproduce
Steps to reproduce the behavior:
Use docker-compose to deploy twake-node
Make sure no search service is configured
docker-compose up
Observe the error
Expected behaviorlogger.warning should be logger.warn instead.
Describe the bug When trying to deploy twake-node without configuring a search service, a call to a non-existent logger method
logger.warning
is made, which crashes the entire application.To Reproduce Steps to reproduce the behavior:
Expected behavior
logger.warning
should belogger.warn
instead.Screenshots N/A
Additional context N/A