Skip to content

Commit

Permalink
added logs to 3 more workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaiShalevRH committed Sep 16, 2024
1 parent 67a24e3 commit aee5f88
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
9 changes: 8 additions & 1 deletion create-ocp-project/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
6 changes: 6 additions & 0 deletions greeting/application.properties
Original file line number Diff line number Diff line change
@@ -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
9 changes: 8 additions & 1 deletion request-vm-cnv/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit aee5f88

Please sign in to comment.