enhancementgood first issue
Metriche repository
- Star
- (1162 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
The server currently only produces request logs generated by gin framework. We'd like to be able to produce structured JSON logs as well. For this, the important part is to create a logger and inject it as a dependency into the mcpjungle server so that all modules inside the server can access it and write logs.
I haven't thought deeply about how to do this technically, so open to ideas.