Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-journal
32 commits behind the upstream repository.
David Douard's avatar
David Douard authored
recent change broke the statsd reporting at swh.journal.client level by
missing the namespace argname while instanciating the Statsd class, thus
making "swh_journal_client" the host os the Statsd instance.

Add a test for the usage of statsd in the journal client.
7bdc1003
History

swh-journal

Persistent logger of changes to the archive, with publish-subscribe support.

See the documentation for more details.

Local test

Provided you are in the right virtual environment as described in the swh getting-started:

pytest

or:

tox

Running

publisher

Command:

$ swh-journal --config-file ~/.config/swh/journal/publisher.yml \
              publisher

Auto-completion

To have the completion, add the following in your ~/.virtualenvs/swh/bin/postactivate:

eval "$(_SWH_JOURNAL_COMPLETE=$autocomplete_cmd swh-journal)"