Skip to content

Commit

Permalink
Revert "Merge pull request ManageIQ#22853 from jrafanie/initialize_vm…
Browse files Browse the repository at this point in the history
…db_settings_before_database"

This reverts commit 1986ef3, reversing
changes made to b039573.
  • Loading branch information
agrare committed May 17, 2024
1 parent 9c9dd1c commit a4b57ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class Application < Rails::Application
Vmdb::Plugins.init
end

initializer :load_vmdb_settings, :before => "active_record.initialize_database" do
initializer :load_vmdb_settings, :before => :load_config_initializers do
Vmdb::Settings.init
Vmdb::Loggers.apply_config(::Settings.log)
end
Expand Down

0 comments on commit a4b57ee

Please sign in to comment.