Skip to content

Commit

Permalink
Alphabets are hard...
Browse files Browse the repository at this point in the history
"Yes kids, the letter 'w' does indeed come after the letter 'v'.  Take
notes, because this will be on your exam and useful in your future
careers."
  • Loading branch information
NickLaMuro committed Mar 9, 2018
1 parent ca25c15 commit 833f6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vmdb/loggers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ def self.apply_config(config)
apply_config_value(config, $policy_log, :level_policy)
apply_config_value(config, $rhevm_log, :level_rhevm)
apply_config_value(config, $scvmm_log, :level_scvmm)
apply_config_value(config, $websocket_log, :level_websocket)
apply_config_value(config, $vcloud_log, :level_vcloud)
apply_config_value(config, $vim_log, :level_vim)
apply_config_value(config, $websocket_log, :level_websocket)
end

def self.create_loggers
Expand All @@ -123,9 +123,9 @@ def self.create_loggers
$policy_log = create_multicast_logger(path_dir.join("policy.log"))
$rhevm_log = create_multicast_logger(path_dir.join("rhevm.log"))
$scvmm_log = create_multicast_logger(path_dir.join("scvmm.log"))
$websocket_log = create_multicast_logger(path_dir.join("websocket.log"))
$vcloud_log = create_multicast_logger(path_dir.join("vcloud.log"))
$vim_log = create_multicast_logger(path_dir.join("vim.log"))
$websocket_log = create_multicast_logger(path_dir.join("websocket.log"))

configure_external_loggers
end
Expand Down

0 comments on commit 833f6b0

Please sign in to comment.