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 details modal of the request logs. Log capture must be explicitly enabled alongside request logging. See example in the setup guide for your framework. Application logs
Click on a log entry to see the full message, in case it’s truncated.

Supported loggers

For Python and .NET, the Apitally SDKs instrument the standard logging libraries. For JavaScript, the following loggers are instrumented:
  • console
  • Pino
  • Winston
  • Logger in NestJS
  • Built-in logging methods in hapi