weewx-proxy/config/config.exs

10 lines
182 B
Elixir
Raw Normal View History

2023-06-06 14:41:34 +00:00
import Config
config :elixir, :time_zone_database, Tz.TimeZoneDatabase
config :logger,
backends: [],
level: :warning,
handle_otp_reports: false,
handle_sasl_reports: false