Gradle Test Run :bootstrap:test
profileYamlLocksStructuredLoggingProxyTrustAndDevActuatorContract()
summary
|
100%
successful |
standard output
2026-05-12T15:59:50.019+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] o.s.boot.env.OriginTrackedYamlLoader : Loading from YAML: file [/home/donghyeon/dev/Project-Auth-Server/bootstrap/src/main/resources/application.yml]
2026-05-12T15:59:50.029+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] o.s.boot.env.OriginTrackedYamlLoader : Merging document (no matchers set): {spring={application={name=project-auth-server}, profiles={default=local}, flyway={enabled=false}, jpa={open-in-view=false, properties={hibernate={format_sql=true, default_schema=auth, jdbc={time_zone=UTC}}}}}, server={forward-headers-strategy=native, tomcat={remoteip={internal-proxies=${SERVER_TOMCAT_REMOTEIP_INTERNAL_PROXIES:10\.[0-9]+\.[0-9]+\.[0-9]+|192\.168\.[0-9]+\.[0-9]+|172\.(1[6-9]|2[0-9]|3[0-1])\.[0-9]+\.[0-9]+|127\.[0-9]+\.[0-9]+\.[0-9]+}}}}, app={docs={title=${APP_DOCS_TITLE:Project Auth Server API}, description=${APP_DOCS_DESCRIPTION:인증 서버의 OpenAPI 문서입니다.}, version=${APP_DOCS_VERSION:v1}}, logging={audit={file=${APP_LOGGING_AUDIT_FILE:./logs/audit/auth.log}, max-history=${APP_LOGGING_AUDIT_MAX_HISTORY:30}, max-file-size=${APP_LOGGING_AUDIT_MAX_FILE_SIZE:50MB}, total-size-cap=${APP_LOGGING_AUDIT_TOTAL_SIZE_CAP:2GB}}, access={excluded-path-prefixes=[/actuator, /livez, /readyz, /swagger-ui, /v3/api-docs, /favicon.ico]}}, persistence={migration={location=${APP_PERSISTENCE_MIGRATION_LOCATION:classpath:db/migration}, schema=${APP_PERSISTENCE_MIGRATION_SCHEMA:auth}}}}, springdoc={swagger-ui={path=/swagger-ui.html}}, management={endpoints={web={exposure={include=health}}}, endpoint={health={show-details=never, probes={enabled=true, add-additional-paths=true}}}}}
2026-05-12T15:59:50.030+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] o.s.boot.env.OriginTrackedYamlLoader : Loaded 1 document from YAML resource: file [/home/donghyeon/dev/Project-Auth-Server/bootstrap/src/main/resources/application.yml]
2026-05-12T15:59:50.031+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] o.s.boot.env.OriginTrackedYamlLoader : Loading from YAML: file [/home/donghyeon/dev/Project-Auth-Server/bootstrap/src/main/resources/application-prod.yml]
2026-05-12T15:59:50.032+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] o.s.boot.env.OriginTrackedYamlLoader : Merging document (no matchers set): {spring={config={activate={on-profile=prod}}, datasource={url=${APP_DATASOURCE_URL}, username=${APP_DATASOURCE_USERNAME}, password=${APP_DATASOURCE_PASSWORD}, driver-class-name=org.postgresql.Driver}, jpa={hibernate={ddl-auto=validate}}, security={oauth2={resourceserver={jwt={issuer-uri=${APP_SECURITY_KEYCLOAK_ISSUER_URI}}}}}}, logging={structured={format={console=logstash}}}}
2026-05-12T15:59:50.032+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] o.s.boot.env.OriginTrackedYamlLoader : Loaded 1 document from YAML resource: file [/home/donghyeon/dev/Project-Auth-Server/bootstrap/src/main/resources/application-prod.yml]
2026-05-12T15:59:50.033+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] o.s.boot.env.OriginTrackedYamlLoader : Loading from YAML: file [/home/donghyeon/dev/Project-Auth-Server/bootstrap/src/main/resources/application-dev.yml]
2026-05-12T15:59:50.035+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] o.s.boot.env.OriginTrackedYamlLoader : Merging document (no matchers set): {spring={config={activate={on-profile=dev}}, datasource={url=${APP_DATASOURCE_URL}, username=${APP_DATASOURCE_USERNAME}, password=${APP_DATASOURCE_PASSWORD}, driver-class-name=org.postgresql.Driver}, jpa={hibernate={ddl-auto=validate}}, security={oauth2={resourceserver={jwt={issuer-uri=${APP_SECURITY_KEYCLOAK_ISSUER_URI}}}}}}, management={endpoints={web={exposure={include=health,info,loggers,httpexchanges}}}, endpoint={health={show-details=when-authorized}}, server={address=127.0.0.1, port=${MANAGEMENT_SERVER_PORT:9090}}}}
2026-05-12T15:59:50.035+09:00 DEBUG 3742337 --- [ Test worker] [traceId=] o.s.boot.env.OriginTrackedYamlLoader : Loaded 1 document from YAML resource: file [/home/donghyeon/dev/Project-Auth-Server/bootstrap/src/main/resources/application-dev.yml]