fledge-iot / fledge-service-dispatcher

Dispatcher service is responsible for dispatching control messages between Fledge services.
0 stars 0 forks source link

log level fixes in config change #50

Closed ashish-jabble closed 9 months ago

ashish-jabble commented 9 months ago

On changing the dispatcher category seen some FATAL errors which is actually not. Therefore converted to debug log level.

OLD

 Fledge dispatcher[21047]: FATAL: Categoty change 'dispatcherAdvanced'

With new change

Fledge dispatcher[25745]: DEBUG: Category change 'dispatcherAdvanced'