Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Add logging to oms_omi_lib.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRM committed Apr 5, 2024
1 parent ca70e2b commit af6e7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/code/plugins/oms_omi_lib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ def enumerate(time, data_type="LINUX_PERF_BLOB", ip_name="LogManagement", wlm_en
omi_to_oms_instance(instance, timestamp, wlm_enabled)
}

@log.info "Received #{records_hash.size} records from OMI."

if instances.length > 0
wrapper = {
"DataType"=>data_type,
Expand Down

0 comments on commit af6e7ab

Please sign in to comment.