mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
644 B
Text
10 lines
644 B
Text
Analogger is a fast asynchronous logging service and client library. It is
|
|
implemented in Ruby, and currently uses EventMachine in the server, though there
|
|
is a plan on the roadmap to enable it to run with a pure Ruby event reactor.
|
|
|
|
Analogger was originally written over a decade ago, in response to a need to
|
|
maintain a central logging server to accumulate logs from numerous web
|
|
applications to a single location. It takes very little time to send a logging
|
|
message, making it a very low impact logger for performance sensitive
|
|
applications. It has been continuously used in production since then, albeit in
|
|
a version not released publicly.
|