mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-02-19 01:28:51 +01:00
using std logging instead of loguru
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
from collections.abc import Iterable
|
||||
from dataclasses import dataclass
|
||||
from pathlib import Path
|
||||
@@ -18,12 +19,13 @@ from influxdb_client import (
|
||||
from influxdb_client.client.write.point import DEFAULT_WRITE_PRECISION
|
||||
from influxdb_client.client.write_api import SYNCHRONOUS
|
||||
from influxdb_client.rest import ApiException
|
||||
from loguru import logger
|
||||
from reactivex import Observable
|
||||
|
||||
from icon_service_base.database.config import InfluxDBConfig
|
||||
from icon_service_base.database.create_config import create_config
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class InfluxDBSession:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user