Page MenuHomeDevCentral

Raise Prometheus log level
ClosedPublic

Authored by dereckson on Wed, Oct 2, 19:02.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 6, 06:23
Unknown Object (File)
Sun, Oct 6, 06:23
Unknown Object (File)
Sun, Oct 6, 06:23
Unknown Object (File)
Sun, Oct 6, 05:43
Unknown Object (File)
Sun, Oct 6, 05:15
Unknown Object (File)
Thu, Oct 3, 22:13
Unknown Object (File)
Thu, Oct 3, 21:14
Unknown Object (File)
Thu, Oct 3, 05:39
Subscribers
None

Details

Summary

Silence the flood of messages about the storage, focus the log on warnings.

Also fixes the following issue:
Sep 30 19:30:42 windriver prometheus[3333]: Error parsing command line arguments: unrecognized log level "notice"

The level "notice" doesn't exist, it should be "info" in Go
for that level of verbosity. But it's too much information.

This is a follow-up for f2455785.

Test Plan

Deployed on WindRiver

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sat, Oct 5, 18:30
This revision was automatically updated to reflect the committed changes.