mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-06-03 20:38:28 +02:00
Make all 3 loggers the same
This commit is contained in:
@@ -10,7 +10,7 @@ import requests
|
||||
from sf_daq_broker import config, utils
|
||||
from sf_daq_broker.writer.utils import channel_type_deserializer_mapping
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
_logger = logging.getLogger("broker_writer")
|
||||
|
||||
try:
|
||||
import ujson as json
|
||||
|
||||
@@ -7,7 +7,7 @@ import pytz
|
||||
import requests
|
||||
import data_api
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger("broker_writer")
|
||||
|
||||
DATA_API_QUERY_URL = "https://data-api.psi.ch/sf/query"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ from sf_daq_broker.utils import get_data_api_request
|
||||
from sf_daq_broker.writer.bsread_writer import write_from_imagebuffer, write_from_databuffer
|
||||
from sf_daq_broker.writer.epics_writer import write_epics_pvs
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
_logger = logging.getLogger("broker_writer")
|
||||
|
||||
|
||||
def audit_failed_write_request(write_request):
|
||||
|
||||
Reference in New Issue
Block a user