Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-prima committed Nov 4, 2024
1 parent e03b294 commit d3fa21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/avrogen/schema/schema_registry.ex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule Avrogen.Schema.SchemaRegistry do
formatted_error = Exception.format(:error, e, __STACKTRACE__)

Logger.error(
"Error when attempting to make encoder/decoder: #{formatted_error}; schemas: #{inspect(schemas, limit: :infinity, pretty: true, printable_limit: :infinity)} schemas_json: #{elem(json, 1)}",
"Error when attempting to make encoder/decoder: #{formatted_error}; schemas: #{inspect(schemas, limit: :infinity, pretty: true, printable_limit: :infinity)} schemas_json: #{json}",
%{
error: formatted_error,
schemas: schemas,
Expand Down

0 comments on commit d3fa21d

Please sign in to comment.