Skip to content

Tags: session-foundation/liblogging

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jagerman Jason Rhinelander
Minor version bump

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request oxen-io#19 from jagerman/cat-parsing

Add log string parsing

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jagerman Jason Rhinelander
Keep two parts when path stripping, except for src

Currently using only the basename in logs in a bit too restrictive: this
relaxes it to keep the basename and last part of the path, so that we
can have things like "server/omq.cpp" and "snode/swarm.cpp" instead of
just "omq.cpp" and "swarm.cpp".

We still keep only the filename, though, if the last part of the path
ends up being "src/" because that's useless, and is commonly found in
several projects (most notably libsession, libquic).

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jagerman Jason Rhinelander
Properly export fmt/spdlog targets from oxen-logging