You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am getting the kapacitor ASCII logo printout classified as level "unknown" in our log database, which motivated me to do a quick search for fmt.Print, which there are a few of, that might seem like they can be encountered during operations (and not just testing etc).
Would it be ok to remove these or turning them into log statements of appropriate levels instead? Possibly behind a program flag/config option if keeping them in their current form is desirable for some reason?
keywords: banner logo unknown logs logging structural structured parsing json
The text was updated successfully, but these errors were encountered:
andoks
changed the title
Replace, remove or make configurable - printing non-log output to stdout/stderr
Replace, remove or make configurable - printing non-log output to stdout/stderr (logo/banner in particular)
Feb 7, 2025
Currently I am getting the kapacitor ASCII logo printout classified as level "unknown" in our log database, which motivated me to do a quick search for fmt.Print, which there are a few of, that might seem like they can be encountered during operations (and not just testing etc).
Would it be ok to remove these or turning them into log statements of appropriate levels instead? Possibly behind a program flag/config option if keeping them in their current form is desirable for some reason?
keywords: banner logo unknown logs logging structural structured parsing json
The text was updated successfully, but these errors were encountered: