Skip to content
Snippets Groups Projects
Commit bec26918 authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Fixed bom

parent b78e6e80
No related branches found
No related tags found
1 merge request!655Jakarta EE, Spring 6, Spring-Boot 3 migration
Pipeline #257697 canceled
......@@ -8,7 +8,7 @@ data:
#Configmaps
entitlementsHost: "http://entitlements"
javaOptions: "-Xms512M -Xmx1024M -XX:+UseG1GC -XX:+UseStringDeduplication -XX:InitiatingHeapOccupancyPercent=45"
logLevel: "ERROR"
logLevel: "DEBUG"
partitionHost: "http://partition"
schemaTopicName: "schema-changed"
schemaChangedMessagingEnabled: true
......
......@@ -36,7 +36,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.15.0</version>
<version>26.29.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
......
......@@ -3,7 +3,7 @@ server.servlet.context-path=/api/schema-service/v1
server.port=8080
# Log config
logging.level.org.springframework.web=${LOG_LEVEL:INFO}
logging.level.org.springframework.web=DEBUG
LOG_PREFIX=schema
# disabling default spring actuator endpoint
......
......@@ -29,7 +29,7 @@
</encoder>
</appender>
<root level="info">
<root level="debug">
<appender-ref ref="stdout"/>
</root>
</springProfile>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment