mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
The default credential provider produces diagnostic logs on each step as it walks through the credential chain. These logs are useful for operators to diagnose authentication problems as they expose information about which credential sources are being evaluated, in which order, why they fail, and which source is eventually selected. Promote them from DEBUG to INFO level. Additionally, concatenate the logs for environment credentials into a single log statement to avoid interleaving with other logs. Signed-off-by: Nikos Dragazis <nikolaos.dragazis@scylladb.com>