Skip to content

Commit

Permalink
Update log init to respect configuration (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 1, 2023
1 parent 0c7e255 commit 7c0925a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neon_metrics_service/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from ovos_utils import wait_for_exit_signal
from ovos_utils.log import init_service_logger

from neon_metrics_service.metrics_connector import NeonMetricsConnector

init_service_logger("neon-metrics-service")


def run_mq_handler():
"""
Expand Down

0 comments on commit 7c0925a

Please sign in to comment.