Skip to content

Commit

Permalink
removed TRACE option
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaiShalevRH committed Sep 17, 2024
1 parent d58c88d commit 8497333
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion escalation/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICA

# 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, TRACE, ALL.
# 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
Expand Down
2 changes: 1 addition & 1 deletion modify-vm-resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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, TRACE, ALL.
# 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
2 changes: 1 addition & 1 deletion move2kube/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICA

# 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, TRACE, ALL.
# 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
2 changes: 1 addition & 1 deletion mta-v6.x/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICA

# 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, TRACE, ALL.
# 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
2 changes: 1 addition & 1 deletion mta-v7.x/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICA

# 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, TRACE, ALL.
# 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
2 changes: 1 addition & 1 deletion mta/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ quarkus.openapi-generator.notifications.auth.BearerToken.bearer-token=${NOTIFICA

# 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, TRACE, ALL.
# 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
2 changes: 1 addition & 1 deletion mtv-migration/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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, TRACE, ALL.
# 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
2 changes: 1 addition & 1 deletion mtv-plan/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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, TRACE, ALL.
# 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 8497333

Please sign in to comment.