Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add log4j2-appenders repo to system overview. #638

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ features:

- **Real-time Compression with CLP Logging Libraries**: CLP provides logging libraries for
[Python][clp-loglib-py] and Java ([Log4j1][log4j1-appenders], [Log4j2][logj42-appenders] and
jackluo923 marked this conversation as resolved.
Show resolved Hide resolved
- [Logback][logback-appenders]). The logging libraries compress logs in real-time, so only compressed
logs are written to disk or transmitted over the network. The compressed logs use CLP's intermediate
representation (IR) format which achieves a higher compression ratio than general purpose compressors
like Zstandard. Compressing IR into archives can further double the compression ratio and enable
global search, but this requires more memory usage as it needs to buffer enough logs. More details
on IR versus archives can be found in this [Uber Engineering Blog][uber-blog].
[Logback][logback-appenders]). The logging libraries compress logs in real-time, so only
compressed logs are written to disk or transmitted over the network. The compressed logs use
CLP's intermediate representation (IR) format which achieves a higher compression ratio than
general purpose compressors like Zstandard. Compressing IR into archives can further double the
jackluo923 marked this conversation as resolved.
Show resolved Hide resolved
compression ratio and enable global search, but this requires more memory usage as it needs to
buffer enough logs. More details on IR versus archives can be found in this
[Uber Engineering Blog][uber-blog].

- **[Log Viewer][log-viewer]**: the compressed IR can be viewed in a web-based log viewer. Compared
to viewing the logs in an editor, CLP's log viewer supports advanced features like filtering logs
Expand Down
11 changes: 6 additions & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ features:
- **Real-time Compression with CLP Logging Libraries**: CLP provides logging libraries for
[Python][clp-loglib-py] and Java ([Log4j1][log4j1-appenders], [Log4j2][log4j2-appenders], and
[Logback][logback-appenders]). The logging libraries compress logs in real-time, so only
compressed logs are written to disk or transmitted over the network. The compressed logs use CLP's
intermediate representation (IR) format which achieves a higher compression ratio than general
purpose compressors like Zstandard. Compressing IR into archives can further double the compression
ratio and enable global search, but this requires more memory usage as it needs to buffer enough
logs. More details on IR versus archives can be found in this [Uber Engineering Blog][uber-blog].
compressed logs are written to disk or transmitted over the network. The compressed logs use
CLP's intermediate representation (IR) format which achieves a higher compression ratio than
general purpose compressors like Zstandard. Compressing IR into archives can further double the
jackluo923 marked this conversation as resolved.
Show resolved Hide resolved
compression ratio and enable global search, but this requires more memory usage as it needs to
buffer enough logs. More details on IR versus archives can be found in this
[Uber Engineering Blog][uber-blog].

- **[Log Viewer][log-viewer]**: the compressed IR can be viewed in a web-based log viewer. Compared
to viewing the logs in an editor, CLP's log viewer supports advanced features like filtering logs
Expand Down
Loading