Best of Logging โ€” November 2022

  1. 1
    Article
    Avatar of communityCommunity Picksยท3y

    Fun with console.log() ๐Ÿ’ฟ

    The method prints objects/ arrays as a neatly formatted tables. Sections can be collapsed and expanded in the console, but you can also have a section collapsed by default, by using instead of.

  2. 2
    Article
    Avatar of devgeniusDev Geniusยท4y

    Docker security: Risks and Best Practices

    The Docker daemon generates and manages your Docker objects, such as images, containers, networks, and volumes. By default, the process inside a container is run as root (id=0) To enforce the principle of least privilege, you should set a default user. Testing should be a part of every development project that considers security.

  3. 3
    Article
    Avatar of infoqInfoQยท3y

    Uber Reduces Logging Costs by 169x Using Compressed Log Processor (CLP)

    Uber recently published how it dramatically reduced its logging costs using Compressed Log Processor (CLP) CLP is a tool capable of losslessly compressing text logs and searching them without decompression. It achieved a 169x compression ratio on Uber's log data, saving storage, memory, and disk/network bandwidth.