Skip to content

Commit

Permalink
Add an ansible_tower_log to vmdb loggers
Browse files Browse the repository at this point in the history
The ansible tower client is using the base $log logger, add an
ansible_tower_log logger for it to use.
  • Loading branch information
agrare committed Jun 25, 2018
1 parent adb2759 commit edb3c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vmdb/loggers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def self.init
def self.apply_config(config)
apply_config_value(config, $log, :level)
apply_config_value(config, $rails_log, :level_rails)
apply_config_value(config, $ansible_tower_log, :level_ansible)
apply_config_value(config, $api_log, :level_api)
apply_config_value(config, $miq_ae_logger, :level_automation)
apply_config_value(config, $aws_log, :level_aws)
Expand Down

0 comments on commit edb3c99

Please sign in to comment.