AdityaPatange1 / AdityaPatange1/llm-classifier-go
Clean and structure logging
Aperta
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.