@@ -786,6 +786,8 @@ global:
786
786
enabled : true
787
787
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
788
788
appLoggers :
789
+ # -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e auth-server-script ===> 2022-12-20 17:49:55,744 INFO
790
+ enableStdoutLogPrefix : " true"
789
791
# -- jans-auth.log target
790
792
authLogTarget : " STDOUT"
791
793
# -- jans-auth.log level
@@ -913,13 +915,15 @@ global:
913
915
enabled : true
914
916
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
915
917
appLoggers :
918
+ # -- 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
919
+ enableStdoutLogPrefix : " true"
916
920
# -- configapi.log target
917
921
configApiLogTarget : " STDOUT"
918
922
# -- configapi.log level
919
923
configApiLogLevel : " INFO"
920
924
# -- config-api_persistence.log target
921
925
persistenceLogTarget : " FILE"
922
- # -- jans-auth_persistence .log level
926
+ # -- config-api_persistence .log level
923
927
persistenceLogLevel : " INFO"
924
928
# -- config-api_persistence_duration.log target
925
929
persistenceDurationLogTarget : " FILE"
@@ -955,6 +959,8 @@ global:
955
959
enabled : true
956
960
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
957
961
appLoggers :
962
+ # -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e fido2 ===> 2022-12-20 17:49:55,744 INFO
963
+ enableStdoutLogPrefix : " true"
958
964
# -- fido2.log target
959
965
fido2LogTarget : " STDOUT"
960
966
# -- fido2.log level
@@ -1047,6 +1053,8 @@ global:
1047
1053
enabled : true
1048
1054
# -- App loggers can be configured to define where the logs will be redirected to and the level of each in which it should be displayed.
1049
1055
appLoggers :
1056
+ # -- Enable log prefixing which enables prepending the STDOUT logs with the file name. i.e jans-scim ===> 2022-12-20 17:49:55,744 INFO
1057
+ enableStdoutLogPrefix : " true"
1050
1058
# -- jans-scim.log target
1051
1059
scimLogTarget : " STDOUT"
1052
1060
# -- jans-scim.log level
0 commit comments