dapr / dashboard

General purpose dashboard for Dapr
Apache License 2.0
181 stars 47 forks source link

Use logger instead of fmt.Println() #251

Open artursouza opened 1 year ago

artursouza commented 1 year ago

Expected Behavior

No Println() statement in code, all logs use proper logger with log level.

Actual Behavior

Println() everywhere :)

Steps to Reproduce the Problem

Release Note

RELEASE NOTE: FIX log messages to use proper log levels and not Println()

ShatilKhan commented 10 months ago

I this issue open for contribution @artursouza ? If so I'd like to take it on