Skip to content

Commit 22fa810

Browse files
sabiwarajosevalim
authored andcommitted
Fix logger formatting in OTP26 (#12434)
1 parent c3e0908 commit 22fa810

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/logger/lib/logger/utils.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ defmodule Logger.Utils do
134134
pad_char: ?\s,
135135
precision: :none,
136136
strings: true,
137-
width: :none
137+
width: :none,
138+
maps_order: :undefined
138139
}
139140

140141
defp handle_format_spec(%{control_char: char} = spec, opts) when char in 'wWpP' do

0 commit comments

Comments
 (0)