Page MenuHomeDevCentral

Raise Prometheus log level
ClosedPublic

Authored by dereckson on Oct 2 2024, 19:02.
Tags
None
Referenced Files
F12078028: D3479.id8971.diff
Fri, Oct 3, 07:09
F12074137: D3479.id8984.diff
Thu, Oct 2, 04:27
Unknown Object (File)
Wed, Oct 1, 15:31
Unknown Object (File)
Wed, Oct 1, 11:41
Unknown Object (File)
Tue, Sep 30, 09:27
Unknown Object (File)
Sun, Sep 28, 11:04
Unknown Object (File)
Sat, Sep 27, 03:24
Unknown Object (File)
Wed, Sep 24, 00:36
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.Oct 5 2024, 18:30
This revision was automatically updated to reflect the committed changes.