Go's Built-in Package for Better Logging (using slog)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 14

  • @siya.abc123
    @siya.abc123 2 หลายเดือนก่อน +2

    Super underrated channel, I'm glad I'm here before you blow up!

  • @meka4996
    @meka4996 หลายเดือนก่อน

    Very good. Thanks

  • @nathaaaaaa
    @nathaaaaaa 2 หลายเดือนก่อน +1

    Ok thats awesome. Any way to define which context properties should be passed as well? Like a request id?

  • @KhairulHidayat
    @KhairulHidayat 2 หลายเดือนก่อน

    I love go

  • @hazemturki
    @hazemturki หลายเดือนก่อน

    Loved the vid. Question; how can I handle logging error backtrace?

    • @hazemturki
      @hazemturki หลายเดือนก่อน

      Just noticed that you cover that in the blog. I was hoping to see a first-party golang solution. Not very keen on adding dependencies to my project like xerrors

  • @maciejszarat9408
    @maciejszarat9408 2 หลายเดือนก่อน +1

    Can you show how to pass the logs to betterstack pls?

    • @betterstack
      @betterstack  2 หลายเดือนก่อน +1

      You can find our documentation here, should have examples of most use cases: betterstack.com/docs/logs/start/
      What language are you using? We also have a few videos on this channel that will guide you through it. One example is getting setup with the OpenTelemetry collector and using that to forward your logs!
      - James

    • @maciejszarat9408
      @maciejszarat9408 2 หลายเดือนก่อน

      @ thanks a lot!

  • @alexbrik1802
    @alexbrik1802 2 หลายเดือนก่อน

    Love Go Slog. Btw, how do you format JSON in the terminal? Don't see jq command

    • @betterstack
      @betterstack  2 หลายเดือนก่อน

      For the sake of the video, I actually just aliased the go run command to be piped through jq. Made it better to present
      - James

    • @alexbrik1802
      @alexbrik1802 2 หลายเดือนก่อน

      @ got it. Thanks 🙏 I thought it was some terminal plugin or something

  • @MasarJuraj
    @MasarJuraj 2 หลายเดือนก่อน

    🔥🔥

  • @aaronstanton1259
    @aaronstanton1259 2 หลายเดือนก่อน

    I think you should have mentioned about jq as you sent me down a huge rabbit hole, not in a good way! ...you insinuated that this was plug and play and kind of gaslit me a bit!