185 vault_record log to stdout

This commit is contained in:
2025-12-04 10:04:12 +03:00
parent c89467fbae
commit 76ff672dee
4 changed files with 13 additions and 3 deletions
@@ -305,6 +305,7 @@ arguments.requestArguments.specificationId=usrCustomerInfo.specificationId; //In
</cfloop>
<!--- *** проверку, что это не map-fixed, можно добавить здесь --->
<!--- чтобы не вставляли в параметр что попало --->
<cfloop query="local.qInstSubparam">
<cfset structInsert(mapDescriptor, local.qInstSubparam.instance_operation_cfs_subparam,
{
+1 -1
View File
@@ -148,7 +148,7 @@
</cfif>
<cfif data_type EQ "map" OR data_type EQ "map-fixed"><!--- *** частичное дублирование с instance_operation_cfs_param.processMap --->
<cfif data_type EQ "map" OR data_type EQ "map-fixed" OR data_type EQ "array-map-fixed"><!--- *** частичное дублирование с instance_operation_cfs_param.processMap --->
<!--- без полей инстанса, только шаблон --->
<cfquery name="local.qSubparam">
select
+10 -1
View File
@@ -208,7 +208,16 @@
"isImpersonated": "#arguments.isImpersonated#"
}
}/>
<!--- <cfdump var=#msg#/><cfabort/> --->
<!---
https://cfguide.io/logging-observability
https://www.bennadel.com/blog/4150-writing-to-the-standard-out-console-using-writedump-in-adobe-coldfusion-2021.htm
--->
<!--- write to stdout --->
<cftry>
<cfset SystemOutput(serializeJson(msg))/><!--- *** lucee specific incompatible syntax --->
<cfcatch type="ANY"></cfcatch>
</cftry>
<cfhttp method="post"
url="#arguments.loggerUrl#"