Skip to content

Commit

Permalink
write all logs to console
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Dec 18, 2023
1 parent e9ec4ca commit bb11c7a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,6 @@ config :logger,
backends: [
# all applications and all levels
:console,
# all applications, but only errors
{LoggerFileBackend, :error},
# only :ecto, but all levels
{LoggerFileBackend, :ecto},
# only :block_scout_web, but all levels
{LoggerFileBackend, :block_scout_web},
# only :ethereum_jsonrpc, but all levels
{LoggerFileBackend, :ethereum_jsonrpc},
# only :explorer, but all levels
{LoggerFileBackend, :explorer},
# only :indexer, but all levels
{LoggerFileBackend, :indexer},
{LoggerFileBackend, :indexer_token_balances},
{LoggerFileBackend, :token_instances},
{LoggerFileBackend, :reading_token_functions},
{LoggerFileBackend, :pending_transactions_to_refetch},
{LoggerFileBackend, :empty_blocks_to_refetch},
{LoggerFileBackend, :withdrawal},
{LoggerFileBackend, :api},
{LoggerFileBackend, :block_import_timings},
{LoggerFileBackend, :account},
{LoggerFileBackend, :api_v2},
LoggerJSON
]

Expand Down

0 comments on commit bb11c7a

Please sign in to comment.