Page MenuHomeDevCentral

Raise Prometheus log level
ClosedPublic

Authored by dereckson on Oct 2 2024, 19:02.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 10, 16:40
Unknown Object (File)
Wed, Sep 10, 15:04
Unknown Object (File)
Tue, Sep 9, 19:43
Unknown Object (File)
Tue, Sep 9, 18:29
Unknown Object (File)
Tue, Sep 9, 03:13
Unknown Object (File)
Mon, Sep 8, 23:36
Unknown Object (File)
Mon, Sep 8, 05:16
Unknown Object (File)
Tue, Sep 2, 14:02
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 Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 5536
Build 5817: arc lint + arc unit

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.