We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e9d96 commit 8e742aeCopy full SHA for 8e742ae
lib/vbt/absinthe/instrumentation.ex
@@ -86,8 +86,8 @@ defmodule VBT.Absinthe.Instrumentation do
86
" -> #{div(data.duration, 1000)}ms (#{data.count} calls) in #{operation}\n"
87
end)
88
89
- Logger.warn([
90
- "spent #{total_duration}ms in #{Logger.Utils.truncate(metadata.query, 1000)}\n"
+ Logger.warning([
+ "spent #{total_duration}ms in #{Logger.Utils.truncate_n(metadata.query, 1000)}\n"
91
| operations
92
])
93
end
0 commit comments