The metering logs can be disabled from the CLI, but you need to specify all of the settings so you should view what they are first.
To view existing settings:
(config)# show ssc manager manager-name {name}
+------------+---------+ | Field | Value | +------------+---------+ | management | enabled | | monitoring | shared | | metering | all | | licensing | enabled | +------------+---------+
To change the config:
(config) # ssc manager update manager-name {name} mgmt-mode enabled metering-mode none licensing-mode enabled monitoring-mode shared
+------------+---------+ | Field | Value | +------------+---------+ | management | enabled | | monitoring | shared | | metering | none | | licensing | enabled | +------------+---------+
Both commands above should be executed from CLI configuration mode (enable, then conf t) |