Code Monkey home page Code Monkey logo

Comments (7)

Rmannn avatar Rmannn commented on June 2, 2024 1

next week

from nestjs-console.

Rmannn avatar Rmannn commented on June 2, 2024

In v2 the logger is muted.

You can define a custom logger or a log level from the config of the BootstrapConsole

const bootstrap = new BootstrapConsole({
  module: ApplicationModule,
  useDecorators: true,
  // add context options (options of the application creation)
  contextOptions: {
      logger: 'error' // warning, info etc... or you could implement your own logger
  }
});

As discussed here #75, in the next release this will default to "error".

This should occurs only during app init, not really during a command execution. Nest is not throwing any init error, it will simply log the error and exit the process. This is why you have to use a logger to detect it.

from nestjs-console.

kevzettler avatar kevzettler commented on June 2, 2024

thanks @Rmannn I know have log output and see

[Nest] 51724   - 01/22/2020, 8:38:38 AM   [ExceptionHandler] Nest cannot create the module instance. Often, this is because of a circular dependency between modules. Use forwardRef() to avoid it.

(Read more: https://docs.nestjs.com/fundamentals/circular-dependency)
Scope []

This error is not thrown when I run ApplicationModule the nestjs app in a server mode. Any thoughts on where to look?

from nestjs-console.

Rmannn avatar Rmannn commented on June 2, 2024

Can you share your code ? Or can you create a repo to reproduce the error ?

from nestjs-console.

floross avatar floross commented on June 2, 2024

When I run the cli with 2.0.1 my method is called but the helper is showing directly. I do not have problem during the start of my application (works well when nest start) but only with the cli.

yarn run v1.21.1
$ yarn workspace *** cli *** ***
$ ts-node -r tsconfig-paths/register src/console.ts *** ***
⠋ Get all *** from the ***: console.ts *** [options] [command]

Command to update ***

Options:
  -h, --help  output usage information

Commands:
  ***       ***
Done in 20.18s.

⠋ Get all *** from the ***: is logged from my service, but nestjs-console display directly the helper without waiting my response

from nestjs-console.

Rmannn avatar Rmannn commented on June 2, 2024

Exact, I am working on this bug.

from nestjs-console.

floross avatar floross commented on June 2, 2024

Any update one the release date ?

from nestjs-console.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.