@ -34,14 +34,14 @@ config :logger, :console,
format : " $dateT$time $metadata[$level] $message \n " ,
format : " $dateT$time $metadata[$level] $message \n " ,
metadata :
metadata :
~w( application fetcher request_id first_block_number last_block_number missing_block_range_count missing_block_count
~w( application fetcher request_id first_block_number last_block_number missing_block_range_count missing_block_count
block_number step count error_count shrunk ) a
block_number step count error_count shrunk import_id transaction_id ) a
config :logger , :ecto ,
config :logger , :ecto ,
# Use same format for all loggers, even though the level should only ever be `:error` for `:error` backend
# Use same format for all loggers, even though the level should only ever be `:error` for `:error` backend
format : " $dateT$time $metadata[$level] $message \n " ,
format : " $dateT$time $metadata[$level] $message \n " ,
metadata :
metadata :
~w( application fetcher request_id first_block_number last_block_number missing_block_range_count missing_block_count
~w( application fetcher request_id first_block_number last_block_number missing_block_range_count missing_block_count
block_number step count error_count shrunk ) a ,
block_number step count error_count shrunk import_id transaction_id ) a ,
metadata_filter : [ application : :ecto ]
metadata_filter : [ application : :ecto ]
config :logger , :error ,
config :logger , :error ,
@ -50,7 +50,7 @@ config :logger, :error,
level : :error ,
level : :error ,
metadata :
metadata :
~w( application fetcher request_id first_block_number last_block_number missing_block_range_count missing_block_count
~w( application fetcher request_id first_block_number last_block_number missing_block_range_count missing_block_count
block_number step count error_count shrunk ) a
block_number step count error_count shrunk import_id transaction_id ) a
# Import environment specific config. This must remain at the bottom
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
# of this file so it overrides the configuration defined above.