The ObiBlog

10 Client-Side Logging Best Practices

10 Client-Side Logging Best Practices

As modern web clients get more complex, logging takes on a bigger role. After all, it’s your eyes and ears on the ground, so to speak. And like everything in software, there are many nuances that make all the difference.

Logging Web Session IDs in JavaScript

Logging Web Session IDs in JavaScript

A web session ID acts like a name tag that follows a user around while they’re on your site, right up until the browser tab is closed. Logging that ID with every log makes it easier to figure out problems.

Logging best practices: Why we need log IDs

Logging best practices: Why we need log IDs

Looking through logs often feels like looking for a needle in a haystack. Allow me to propose a concept that will make working with logs much easier: the log ID. With this in your toolbox, you'll find that analysis and aggregations on large amounts of logs are much easier.