Skip to content

Draft: Add constants for logging strings

Davis Bickford requested to merge dbickford-add-constants-for-strings into main

What does this MR do?

Adds constants for strings that are reused throughout logging messages. They are being created at the package level, rather than the function level, so that they can be used in tests as well.

Why was this MR needed?

Rather than copy / paste strings, and risk variability, we can depend on constants as a SSOT and let the compiler check our spelling for us.

What's the best way to test this MR?

N/A passing CI is sufficient.

What are the relevant issue numbers?

None, directly, changes started with: #28764 (closed)

Merge request reports