e3.2.1 Format type text changed to txt for consistency and clarity.

This commit is contained in:
2025-10-10 05:40:26 -04:00
parent 162541e53f
commit ce6b178855
4 changed files with 11 additions and 11 deletions

View File

@ -179,7 +179,7 @@ func TestLoggerFormats(t *testing.T) {
check func(t *testing.T, content string)
}{
{
name: "text format",
name: "txt format",
format: "txt",
check: func(t *testing.T, content string) {
assert.Contains(t, content, "INFO test message")