185 vault_record log to stdout
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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#"
|
||||
|
||||
Reference in New Issue
Block a user