nestjs-axios-logger-base
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Nestjs Axios Logger

This package helps to log nestjs inbound and outgoing http requests

Quick start

Have to:

  • import HttpCustomModule from nestjs axios logger base That's all, enjoy it !
import { HttpCustomModule } from 'nestjs-axios-logger-base';

@Module({
  imports: [HttpCustomModule, HttpModule,],
  controllers: [AppController],
  providers: [AppService],
})
export class AppModule { }

Readme

Keywords

Package Sidebar

Install

npm i nestjs-axios-logger-base

Weekly Downloads

11

Version

1.0.2

License

MIT

Unpacked Size

9.61 kB

Total Files

11

Last publish

Collaborators

  • piton007