feat(handlers): Added info logging

This commit is contained in:
2024-12-17 16:07:02 +01:00
parent cdd2b5e250
commit df9f7fdc13
6 changed files with 53 additions and 6 deletions

View File

@@ -152,6 +152,7 @@ func main() {
Converter: &services.GotenbergConverter{
BaseUrl: config.GotenbergBaseUrl,
},
Logger: logger,
}
logger.Debug("Initialized services")