Skip to content

Commit

Permalink
Merge pull request #2 from Adam-Grare/use_provider_sdk_logger_awx_log
Browse files Browse the repository at this point in the history
Use ProviderSdkLogger as the class for awx_log

(cherry picked from commit 181c624)
(cherry picked from commit 1362794)
  • Loading branch information
Fryguy committed Oct 1, 2024
1 parent 74985d5 commit fbc7cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/providers/awx/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def self.plugin_name
end

def self.init_loggers
$awx_log ||= Vmdb::Loggers.create_logger("awx.log")
$awx_log ||= Vmdb::Loggers.create_logger("awx.log", Vmdb::Loggers::ProviderSdkLogger)
end

def self.apply_logger_config(config)
Expand Down

0 comments on commit fbc7cf5

Please sign in to comment.