fix(quality): changes to the logging to reduce un nessasary logging

This commit is contained in:
2025-12-30 07:13:20 -06:00
parent 096cc18477
commit 0d05c66a2b
12 changed files with 2401 additions and 3 deletions

View File

@@ -54,7 +54,8 @@
"alplaprod", "alplaprod",
"intiallally", "intiallally",
"ppoo", "ppoo",
"prodlabels" "prodlabels",
"rfid"
], ],
"gitea.token": "8456def90e1c651a761a8711763d6ef225d6b2db", "gitea.token": "8456def90e1c651a761a8711763d6ef225d6b2db",
"gitea.instanceURL": "https://git.tuffraid.net", "gitea.instanceURL": "https://git.tuffraid.net",

View File

@@ -0,0 +1,20 @@
meta {
name: PSI - Forecast data
type: http
seq: 1
}
get {
url: {{url}}/lst/old/api/datamart/psiforecastdata?customer=8
body: none
auth: inherit
}
params:query {
customer: 8
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -0,0 +1,23 @@
meta {
name: Consume
type: http
seq: 1
}
post {
url: {{url}}/lst/old/api/logistics/consume
body: json
auth: inherit
}
body:json {
{
"lotNum":283559,
"runningNr":19302907
}
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -0,0 +1,8 @@
meta {
name: Consume
seq: 5
}
auth {
mode: inherit
}

View File

@@ -0,0 +1,15 @@
meta {
name: SSCC
type: http
seq: 2
}
get {
url:
body: none
auth: inherit
}
settings {
encodeUrl: true
}

View File

@@ -1,5 +1,5 @@
vars { vars {
url: https://usday1prod.alpla.net url: https://uslim1prod.alpla.net
session_cookie: session_cookie:
urlv2: http://usbow1vms006:3000 urlv2: http://usbow1vms006:3000
jwtV2: jwtV2:

View File

@@ -0,0 +1,8 @@
meta {
name: v3endpoints
seq: 5
}
auth {
mode: inherit
}

View File

@@ -0,0 +1,16 @@
meta {
name: tester
type: http
seq: 1
}
post {
url: http://localhost:3000/lst/api/system/prodsql/start
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -0,0 +1,2 @@
ALTER TABLE "invHistoricalData" ADD COLUMN "whse_id" text DEFAULT '';--> statement-breakpoint
ALTER TABLE "invHistoricalData" ADD COLUMN "whse_name" text DEFAULT 'missing whseName';

File diff suppressed because it is too large Load Diff

View File

@@ -547,6 +547,13 @@
"when": 1763407463567, "when": 1763407463567,
"tag": "0077_lucky_texas_twister", "tag": "0077_lucky_texas_twister",
"breakpoints": true "breakpoints": true
},
{
"idx": 78,
"version": "7",
"when": 1766514890344,
"tag": "0078_cheerful_the_leader",
"breakpoints": true
} }
] ]
} }

View File

@@ -101,7 +101,7 @@ export const qualityCycle = async () => {
.where(eq(qualityRequest.runningNr, lstQData[i].runningNr)); .where(eq(qualityRequest.runningNr, lstQData[i].runningNr));
createLog( createLog(
"info", "debug",
"lst", "lst",
"quality", "quality",
`Pallet ${lstQData[i].runningNr} was updated`, `Pallet ${lstQData[i].runningNr} was updated`,