Skip to content

Commit

Permalink
fix: Get diskusage_logger functional (#238)
Browse files Browse the repository at this point in the history
This was added in other applications which use diskusage_logger,
currently no diskusage_report logs are being written by the backend,
and this looks like the reason why.
  • Loading branch information
EmmaSimon authored Nov 13, 2024
1 parent 19899de commit 9ef11c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ config :logger, level: :info

config :ehmon, :report_mf, {:ehmon, :info_report}

# diskusage_logger calls disksup,
# which by default uses df flags that aren't available on alpine's busybox.
# this tells disksup to use different df flags
config :os_mon, disksup_posix_only: true

# Runtime production configuration, including reading
# of environment variables, is done on config/runtime.exs.

0 comments on commit 9ef11c9

Please sign in to comment.