mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
Puts the metric in <project>/tools/commands_called It counts the use of the tool, with the following labels: - environment - tool (nomulus/gtech) - command called (class name) - success true/false - from the shell true/false ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212879670
9 lines
374 B
INI
9 lines
374 B
INI
handlers = java.util.logging.ConsoleHandler
|
|
.level = INFO
|
|
com.google.wrappers.base.GoogleInit.level = WARNING
|
|
com.google.monitoring.metrics.MetricRegistryImpl.level = WARNING
|
|
com.google.monitoring.metrics.MetricReporter.level = WARNING
|
|
com.google.monitoring.metrics.MetricExporter.level = WARNING
|
|
com.google.monitoring.metrics.stackdriver.StackdriverWriter.level = WARNING
|
|
|