File tree 2 files changed +3
-0
lines changed
flex-cn-setup/pygluu/kubernetes/templates/helm/gluu
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ data:
191
191
| replace "adminUiLogLevel" "admin_ui_log_level"
192
192
| replace "adminUiAuditLogTarget" "admin_ui_audit_log_target"
193
193
| replace "adminUiAuditLogLevel" "admin_ui_audit_log_level"
194
+ | replace "enableStdoutLogPrefix" "enable_stdout_log_prefix"
194
195
| squote
195
196
}}
196
197
{{- end }}
Original file line number Diff line number Diff line change @@ -938,6 +938,8 @@ global:
938
938
# -- config-api_script.log level
939
939
scriptLogLevel : " INFO"
940
940
adminUiAppLoggers :
941
+ # -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e config-api_persistence ===> 2022-12-20 17:49:55,744 INFO
942
+ enableStdoutLogPrefix : " true"
941
943
# -- config-api admin-ui plugin log level
942
944
adminUiLogTarget : " FILE"
943
945
# -- config-api admin-ui plugin log target
You can’t perform that action at this time.
0 commit comments