3
0

Rework/cleanup log stacktrace level, add LOG_STACKTRACE_LEVEL to control it

This commit is contained in:
Denis Arh
2021-05-20 09:35:34 +02:00
parent 18e0a91a4b
commit f867b310af

View File

@@ -84,12 +84,12 @@ func {{ camelCase "" $r.ResourceIdent $event }}(
}
}
// {{ camelCase "" $r.ResourceIdent $event "Immutable" }} creates {{ $event }} for {{ $r.ResourceString }} resource
// {{ camelCase "" $r.ResourceIdent $event "System" }} creates {{ $event }} for {{ $r.ResourceString }} resource
//
// None of the arguments will be mutable!
//
// This function is auto-generated.
func {{ camelCase "" $r.ResourceIdent $event "Immutable" }}(
func {{ camelCase "" $r.ResourceIdent $event "System" }}(
{{- range $r.Properties }}
{{- if not .Internal }}
{{ camelCase "arg" .Name }} {{ .Type }},