Application log
2026-05-25T08:00:01.142Z INFO Starting Quarkus 3.35.3 with profile=prod, classpath=/deployments/lib/main/io.quarkus.quarkus-core-3.35.3.jar:/deployments/lib/main/io.quarkus.quarkus-runtime-3.35.3.jar:/deployments/lib/main/io.quarkus.quarkus-arc-3.35.3.jar:/deployments/lib/main/io.quarkus.quarkus-qute-3.35.3.jar
2026-05-25T08:00:02.301Z INFO Initialised PostgreSQL pool (size=20, jdbc-url=jdbc:postgresql://db.internal:5432/app?currentSchema=public&ApplicationName=quarkus-pha&sslmode=require&sslfactory=org.postgresql.ssl.NonValidatingFactory)
2026-05-25T08:00:03.514Z WARN Deprecated config key 'quarkus.legacy.foo' set to 'bar' — will be removed in 4.0. Migrate to 'quarkus.foo.value' (see https://quarkus.io/guides/config-reference#deprecations for details on the v3→v4 config rename plan).
2026-05-25T08:00:07.117Z ERROR Connection refused: redis://cache.internal:6379 — falling back to in-memory cache. Underlying cause: io.lettuce.core.RedisConnectionException: Unable to connect to cache.internal:6379: connect timed out after 2000 ms
2026-05-25T08:00:14.001Z WARN Slow query (842ms): SELECT a.id, a.user_id, a.action, a.target_type, a.target_id, a.metadata, a.created_at FROM audit_log a WHERE a.user_id = ? AND a.created_at > NOW() - INTERVAL '30 days' ORDER BY a.created_at DESC LIMIT 100