Skip to main content
The Apitally SDKs can instrument various logging libraries to automatically capture logs emitted by your application during request handling. These are associated with the corresponding request and displayed in the request details in the request logs. Log capture must be explicitly enabled alongside request logging. See the setup guide for your framework for instructions. Application logs
Click on a log entry to see the full message, in case it’s truncated.

Supported loggers

The following loggers are instrumented automatically if used in your application:
  • Python
    • logging (standard library)
    • loguru
  • JavaScript
    • console
    • Pino
    • Winston
    • Logger in NestJS
    • Built-in logging methods in hapi
  • Go
    • slog (standard library, must use context-aware logging)
  • .NET
    • Microsoft.Extensions.Logging (standard library)
  • Java
    • Logback