AdityaPatange1 / AdityaPatange1/llm-classifier-go

Clean and structure logging

Aperta
#1 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
good first issue
Lingua principale
Go
Stelle
3
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Currently, in verbose mode, there's too much logging and most of it is unstructured (doesn't follow a specific format).

There's also no logging library used, and using `fmt.Println` to log everywhere isn't very good for performance or readability.

We want to do the following;
- structured logs as per a particular format
- remove unnecessary log statements
- format data in a readable way
- use a proper logging library with log levels

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.