AdityaPatange1 / AdityaPatange1/llm-classifier-go
Clean and structure logging
Aberta
good first issue
- Linguagem predominante
- Go
- Estrelas
- 3
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.