diff --git a/create-ocp-project/application.properties b/create-ocp-project/application.properties index 3d0a027e..963afd4f 100644 --- a/create-ocp-project/application.properties +++ b/create-ocp-project/application.properties @@ -14,4 +14,11 @@ quarkus.openapi-generator.ocp_project_openapi_yaml.auth.BearerToken.bearer-token quarkus.tls.trust-all=true quarkus.kubernetes-client.trust-certs=true -quarkus.flyway.migrate-at-start=true \ No newline at end of file +quarkus.flyway.migrate-at-start=true + +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file diff --git a/escalation/application.properties b/escalation/application.properties index 1fee85d2..fa805cc2 100644 --- a/escalation/application.properties +++ b/escalation/application.properties @@ -26,8 +26,12 @@ quarkus.kubernetes-client.trust-certs=true quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} -# This is to enable debugging of HTTP request -quarkus.log.category.\"org.apache.http\".level=INFO +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO # Knative eventing configuration mp.messaging.incoming.kogito_incoming_stream.connector=quarkus-http diff --git a/greeting/application.properties b/greeting/application.properties new file mode 100644 index 00000000..b678b0b7 --- /dev/null +++ b/greeting/application.properties @@ -0,0 +1,6 @@ +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file diff --git a/modify-vm-resources/application.properties b/modify-vm-resources/application.properties index 4ecd5561..477a5ffa 100644 --- a/modify-vm-resources/application.properties +++ b/modify-vm-resources/application.properties @@ -17,4 +17,11 @@ quarkus.openapi-generator.kubevirt_openapi_yaml.auth.BearerToken.bearer-token=${ quarkus.tls.trust-all=true quarkus.kubernetes-client.trust-certs=true -quarkus.flyway.migrate-at-start=true \ No newline at end of file +quarkus.flyway.migrate-at-start=true + +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file diff --git a/move2kube/application.properties b/move2kube/application.properties index ac534151..098007a1 100644 --- a/move2kube/application.properties +++ b/move2kube/application.properties @@ -13,4 +13,11 @@ quarkus.rest-client.move2kube_yaml.url=${MOVE2KUBE_URL:http://move2kube-svc.move # This property is used to send requests to the backstage notification plugin quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} -quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} \ No newline at end of file +quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} + +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file diff --git a/mta-v6.x/application.properties b/mta-v6.x/application.properties index 2dfd0d43..7d067f5d 100644 --- a/mta-v6.x/application.properties +++ b/mta-v6.x/application.properties @@ -4,4 +4,11 @@ quarkus.rest-client.mta_json.url = ${mta.url} # Backstage Notifications service quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} -quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} \ No newline at end of file +quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} + +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file diff --git a/mta-v7.x/application.properties b/mta-v7.x/application.properties index 10615573..7d067f5d 100644 --- a/mta-v7.x/application.properties +++ b/mta-v7.x/application.properties @@ -5,3 +5,10 @@ quarkus.rest-client.mta_json.url = ${mta.url} # Backstage Notifications service quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} + +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file diff --git a/mta/application.properties b/mta/application.properties index 8f85abbe..95477ce9 100644 --- a/mta/application.properties +++ b/mta/application.properties @@ -8,4 +8,9 @@ quarkus.rest-client.mta_json.url = ${mta.url}/hub quarkus.rest-client.notifications.url=${BACKSTAGE_NOTIFICATIONS_URL:http://backstage-backstage.rhdh-operator} quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICATIONS_BEARER_TOKEN} -#quarkus.log.category.\"org.apache.http\".level = DEBUG +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file diff --git a/mtv-migration/application.properties b/mtv-migration/application.properties index 578b3aca..3557770c 100644 --- a/mtv-migration/application.properties +++ b/mtv-migration/application.properties @@ -4,3 +4,10 @@ quarkus.rest-client.mtv_yaml.url=${OCP_API_SERVER_URL} quarkus.openapi-generator.mtv_yaml.auth.BearerToken.bearer-token=${OCP_API_SERVER_TOKEN} quarkus.tls.trust-all=true quarkus.kubernetes-client.trust-certs=true + +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file diff --git a/mtv-plan/application.properties b/mtv-plan/application.properties index 578b3aca..3557770c 100644 --- a/mtv-plan/application.properties +++ b/mtv-plan/application.properties @@ -4,3 +4,10 @@ quarkus.rest-client.mtv_yaml.url=${OCP_API_SERVER_URL} quarkus.openapi-generator.mtv_yaml.auth.BearerToken.bearer-token=${OCP_API_SERVER_TOKEN} quarkus.tls.trust-all=true quarkus.kubernetes-client.trust-certs=true + +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file diff --git a/request-vm-cnv/application.properties b/request-vm-cnv/application.properties index 4ecd5561..477a5ffa 100644 --- a/request-vm-cnv/application.properties +++ b/request-vm-cnv/application.properties @@ -17,4 +17,11 @@ quarkus.openapi-generator.kubevirt_openapi_yaml.auth.BearerToken.bearer-token=${ quarkus.tls.trust-all=true quarkus.kubernetes-client.trust-certs=true -quarkus.flyway.migrate-at-start=true \ No newline at end of file +quarkus.flyway.migrate-at-start=true + +# This property is used to select the log level, which controls the amount +# of information logged on HTTP requests based on the severity of the events. +# Possible values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, ALL. +# and see https://quarkus.io/guides/logging for documentation +quarkus.log.category."org.apache.http".level=INFO +quarkus.log.level=INFO \ No newline at end of file