mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: update debug log messages in FetchMonitorTest for clarity
This commit is contained in:
@@ -47,7 +47,7 @@ export default class FetchMonitorTestAndProbe {
|
||||
|
||||
private static async fetchListAndProbe(): Promise<void> {
|
||||
try {
|
||||
logger.debug("Fetching monitor list");
|
||||
logger.debug("MONITOR TEST: Fetching monitor list");
|
||||
|
||||
const monitorListUrl: URL = URL.fromString(
|
||||
PROBE_INGEST_URL.toString(),
|
||||
@@ -65,7 +65,7 @@ export default class FetchMonitorTestAndProbe {
|
||||
{},
|
||||
);
|
||||
|
||||
logger.debug("Fetched monitor test list");
|
||||
logger.debug("MONITOR TEST: Fetched monitor test list");
|
||||
logger.debug(result);
|
||||
|
||||
const monitorTests: Array<MonitorTest> = BaseModel.fromJSONArray(
|
||||
|
||||
Reference in New Issue
Block a user