Skip to content

Commit

Permalink
Merge pull request #10 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 xclarity_log

(cherry picked from commit 1d9ea82)
(cherry picked from commit 8750630)
  • Loading branch information
Fryguy committed Oct 1, 2024
1 parent ae8d83f commit 0c63990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manageiq/providers/lenovo/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
$lenovo_log ||= Vmdb::Loggers.create_logger("lenovo.log")
$lenovo_log ||= Vmdb::Loggers.create_logger("lenovo.log", Vmdb::Loggers::ProviderSdkLogger)
end

def self.apply_logger_config(config)
Expand Down

0 comments on commit 0c63990

Please sign in to comment.