References to "https://fleetengine.googleapis.com/v1/archive" and "https://fleetengine.googleapis.com/v1/deliveryArchive" still exists in the code and the understanding is that Cloud Logs are now used.
Can you please update the code and remove references to those endpoints to avoid confusion?
|
const odrdEndPoint = "https://fleetengine.googleapis.com/v1/archive"; |
|
const lmfsEndPoint = "https://fleetengine.googleapis.com/v1/deliveryArchive"; |
Thank you!
References to "https://fleetengine.googleapis.com/v1/archive" and "https://fleetengine.googleapis.com/v1/deliveryArchive" still exists in the code and the understanding is that Cloud Logs are now used.
Can you please update the code and remove references to those endpoints to avoid confusion?
fleet-debugger/components/logging.js
Line 106 in 596703e
fleet-debugger/components/logging.js
Line 107 in 596703e
Thank you!