We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3527ad + 99639eb commit fcc1bfeCopy full SHA for fcc1bfe
1 file changed
config/initializers/falcon.rb
@@ -1,5 +1,7 @@
1
# frozen_string_literal: true
2
3
+ActiveSupport::ForkTracker.after_fork { SemanticLogger.reopen }
4
+
5
if ENV["EXPORT_WEB_METRICS"] == "true"
6
require "prometheus_exporter/instrumentation"
7
0 commit comments