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