Set up Logging with Log4j2 in Java and IntelliJ IDEA

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 27

  • @goodstuffsonly2545
    @goodstuffsonly2545 7 місяців тому +4

    YOur videos are so precious to us no matter how less viral these seem , they are more clear and more understanding than so called other viral youtuber, I revere you for sharing such a precious videos among us for free , this itself is a great charity ,seriously, i can feel kindness of your heart .May God always bless you and your family, may you never ever face deprivation of any sort.

    • @discospiff
      @discospiff  7 місяців тому

      Thanks! I'm very happy you like my videos!

  • @elielberra2867
    @elielberra2867 3 місяці тому

    I have been looking all over for a video that explained in detail how to configure log4j, thank you so much for this wonderful explanation it has been really helpful!

    • @discospiff
      @discospiff  3 місяці тому +1

      Awesome! I'm glad it helped.
      While logging is often an afterthought during development, it's crucial during rollout to production, and support.
      I hope you're building something awesome!

  • @gabriellasanusi9375
    @gabriellasanusi9375 5 місяців тому +1

    Thank you so much for this video. It's precise and on point. I appreciate this Chief.

    • @discospiff
      @discospiff  5 місяців тому

      Thanks! I'm glad you found it helpful.
      As developers, we sound most of our time fixing issues. Having a good understanding of logging and logging levels is imperative!

  • @favio9454
    @favio9454 2 місяці тому

    Great intro, love the insights based in your experience using the library.

    • @discospiff
      @discospiff  8 днів тому

      Thanks so much! I'm glad you found it helpful.

  • @ignacioperez1959
    @ignacioperez1959 Рік тому +3

    Nice video, i'm into learning java and your videos are really helping me out! :)

    • @discospiff
      @discospiff  Рік тому

      Awesome! I have several more videos coming in this playlist. Please let me know your honest feedback on them. That helps me to make better videos on the future!

  • @leszkop
    @leszkop Рік тому +2

    Nice and simple as always. Thanks!

    • @discospiff
      @discospiff  Рік тому

      Awesome! I really appreciate your description of the video!
      Stay tuned, more are coming.

  • @edwarddemesaify
    @edwarddemesaify 22 дні тому

    Thank you for making this video!!!

    • @discospiff
      @discospiff  17 днів тому +1

      You're welcome! Thanks for watching.

  • @amrohendawi6007
    @amrohendawi6007 Рік тому

    thanks for the simplification. The source-code however is completely different.

  • @kennylfc8
    @kennylfc8 Рік тому +2

    Thanks chief, pls consider making 1080p vids

    • @discospiff
      @discospiff  Рік тому

      Thanks for the suggestion! My software doesn't have that resolution, but I'll see if an upgrade is available.

    • @kennylfc8
      @kennylfc8 Рік тому

      ​@@discospiff it's ok, but I've upgraded my monitor to 34" 4K and it's not so cool, but you knowledge is appreciated anyway ;)

    • @СергейБулкин-ю9ъ
      @СергейБулкин-ю9ъ 7 місяців тому

      @@discospiff Actually there's not such a big problem with the resolution - rather with the quality if the picture: the video looks to be compressed too much, so that the image of the (small) font often gets "pixelated", like if the "Mosaic" filter has been applied to it. So can you please try not to compress the video that much?

  • @Srikanthking1
    @Srikanthking1 Рік тому +4

    Hi, I don't see the config file in the source code you linked. Can you add that?.

    • @goodstuffsonly2545
      @goodstuffsonly2545 7 місяців тому

      Use this and refactor it as your requirement.
      %d [%t] %-5level %logger - %m%n



      %d %p %c{1.} [%t] %m%n

  • @RicardoRosa-p8d
    @RicardoRosa-p8d Місяць тому

    Hello!
    Could you please do a video on Slf4j2 custom appenders? I can't find it anywhere.

  • @Martinit0
    @Martinit0 Рік тому

    Would be interested to hear about logging aggregators to do (remote) application monitoring.
    Which ones do exist? How to integrate them into the application? How to analyze the aggregated logs?

    • @discospiff
      @discospiff  Рік тому

      Good idea! That's a huge area these days. Dynamo, New Relic, Splunk, and others have good offerings here.

  • @Esperamiamigo
    @Esperamiamigo 6 місяців тому

    thank you

    • @discospiff
      @discospiff  6 місяців тому

      You're welcome! Understanding logging levels is crucial to production support. I'm glad you found the video helpful!

  • @lazarsjojic
    @lazarsjojic 6 місяців тому

    Good video