Getting started with Pino logger - NodeJS Express | How to use Pino

Sdílet
Vložit
  • čas přidán 27. 10. 2021
  • I know I said in the least video that I wouldn't write down any descriptions b ut I didn't want to leave this section empty :) I really love using Pino and there aren't any videos on yt talking about it so I thought I'd make one.
    ---
    Pino ► github.com/pinojs/pino
    Pino Pretty ► github.com/pinojs/pino-pretty
    #nodejs #pino #express

Komentáře • 35

  • @nagyszabolcs9451
    @nagyszabolcs9451 Před 2 lety +4

    Loved this! Straight to the point and very helpful. Thank you!

  • @joepage3065
    @joepage3065 Před rokem +1

    Thanks for a clear and concise demo.

  • @souravdhar47
    @souravdhar47 Před 2 lety +2

    really simply explained mate...thank you😊

  • @dimitrinjila4522
    @dimitrinjila4522 Před 2 lety +1

    Really helped me , Thanks!

  • @pedroapfilho
    @pedroapfilho Před 2 lety +2

    That is super helpful! Thanks for the video!

    • @richardbray
      @richardbray  Před 2 lety

      Thanks, glad you found it helpful 👍

  • @viktorlernt6063
    @viktorlernt6063 Před 7 měsíci

    Thank you very much, a very helpfull "Getting started"!

  • @lautarolopez334
    @lautarolopez334 Před rokem

    You explained it really simple, thanks!

    • @richardbray
      @richardbray  Před rokem +1

      Thanks. I'm glad you liked my explanation.

  • @oz4549
    @oz4549 Před 2 lety +1

    Thank you for this.

  • @selvaganeshm1914
    @selvaganeshm1914 Před rokem

    Thanks for this. Helped a lot.

  • @cristianfz16
    @cristianfz16 Před 2 lety +3

    The documentation seems too complicated to understand, this video helped me a lot, thankyou!

    • @richardbray
      @richardbray  Před 2 lety

      Aww that's very kind of you. Thanks :)

  • @naggayidaphnepearl5044
    @naggayidaphnepearl5044 Před 2 lety +1

    Thank you

  • @CodingBill
    @CodingBill Před rokem

    Thanks a lot !

  • @puneetarora1714
    @puneetarora1714 Před rokem

    good stuff

  • @FernandoBasso
    @FernandoBasso Před 2 lety

    When we use Pino with Fastify, logging is delegated to worker threads. Does it also work like this if we use Pino with Express?

    • @richardbray
      @richardbray  Před 2 lety +1

      No I don't think is logs on a worker thread in Express by default. Although the video doesn't go through using the Pino Express specific plugin github.com/pinojs/express-pino-logger

  • @alii4334
    @alii4334 Před 2 lety

    I installed it long time ago, I couldn't get most of it, due to the complexity of the documentation. thank you for simpyfiying it.
    I have a question Can we log info about the file name, line?

    • @richardbray
      @richardbray  Před 2 lety

      Thanks for your compliments 😊
      It's a good question and not something I've looked into before. I haven't seen it in others loggers I've used so I don't know how possible it is but I'm honestly not sure 🤷

  • @aneesijaz
    @aneesijaz Před 2 lety

    What theme are you using with code ?

    • @richardbray
      @richardbray  Před 2 lety +1

      Cobalt 2 by Wes Bos
      marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2

  • @starlingwatch3921
    @starlingwatch3921 Před 11 měsíci

    Thanks! Good video. Is there something that lets me browse Pino created logs from a browser? -Frank

    • @richardbray
      @richardbray  Před 11 měsíci

      Not to my knowledge. If you're using AWS you can do that through CloudWatch but this isn't an Pino feature.

  • @alexandervashchuk7795
    @alexandervashchuk7795 Před 8 měsíci

    How did you get terminal intellisense at 2:47 ?

    • @richardbray
      @richardbray  Před 8 měsíci

      That's a vscode extension called Error Lens

  • @Dracometeor562
    @Dracometeor562 Před 2 lety +2

    how to log both on nodejs console and on text file ?

    • @richardbray
      @richardbray  Před 2 lety

      This is a good question. If you're using AWS or something you get that automatically with cloudwatch but locally you might need something like this github.com/pinojs/pino-tee

    • @Dracometeor562
      @Dracometeor562 Před 2 lety

      @@richardbray Hi Richard, Appreciated your help to me, thank you !!. however i have tried it and it did not behave correctly.
      i have created info.log and error.log, and tried it.
      The error log is go to error.log which is correct. however, the text for error.log is at info.log as well.
      Technically, the logs for info.log has twice, the one for error and the one for info.

    • @Dracometeor562
      @Dracometeor562 Před 2 lety

      In a nutshell, here's the example:
      error.log -> TEST error
      info.log -> TEST error TEST info

  • @duyanh710
    @duyanh710 Před 9 měsíci

    I love your theme so much, can i have its name please?

    • @richardbray
      @richardbray  Před 9 měsíci +1

      I think it's Cobalt2

    • @duyanh710
      @duyanh710 Před 9 měsíci

      @@richardbray thanks for the theme

  • @3x10.8_ms
    @3x10.8_ms Před 6 dny

    bro u forgot debug