Each umbrella app (indexer, explorer, block_scout_web, ethereum_json_rpc) contains a log rotation config in theDocumentation Index
Fetch the complete documentation index at: https://blockscout-mf-14206.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
prod.exs file.
config :logger defines several variables including:
- level: (
info,debug,error) log level of detail - rotate: {max bytes:
52,428,800max size in bytes for each file, keep:19max number of files to store}
ecto.log (DB interactions wrapper) and error.log are located in the common config file https://github.com/blockscout/blockscout/blob/master/config/config.exs#L47-L61