dapr/dashboard

Use logger instead of fmt.Println()

artursouza opened this issue · 1 comments

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()

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