This commit is contained in:
Charles GTE
2026-07-13 16:39:53 +02:00
parent 62021d09f9
commit 2b9b672304
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -10,6 +10,5 @@ export const OTLP_AUTH_TOKEN =
export function getOtlpEndpoint(): string {
return process.env.NODE_ENV === "production"
? "https://telemetry.portabase.io"
// : "http://localhost:4318";
: "https://sandbox.telemetry.portabase.io";
: "http://localhost:4318"
}
+1 -1
View File
@@ -7,7 +7,7 @@ const level = (process.env.LOG_LEVEL ?? defaultLevel) as pino.Level;
function getLocalTimestamp() {
const date = new Date();
const formatted = new Intl.DateTimeFormat("en-US", {
const formatted = new Intl.DateTimeFormat("en-GB", {
timeZone: process.env.TZ,
year: "numeric",
month: "2-digit",