Skip to content

Commit

Permalink
Update readme and switch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Hines committed May 21, 2014
1 parent 4242086 commit 177d900
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ statsdlog sample config:
#internal_stats_interval = 5
# file that contains your log search patterns and statsd event names
patterns_file = /etc/statsdlog/patterns.json
# json_pattern_file = true
#
# alternatively instead of using a json based patterns file you can use a
# a plain text format:
# patterns_file = /etc/statsdlog/patterns.conf
# json_pattern_file = false

- Copy etc/statsdlog/patterns.json to /etc/statsdlog/patterns.json
- Edit patterns.json to include the regex patterns for log lines you want to fire events for.
Expand Down
2 changes: 1 addition & 1 deletion statsdlog/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


#: Version information (major, minor, revision[, 'dev']).
version_info = (2, 0, 0)
version_info = (0, 0, 9)
#: Version string 'major.minor.revision'.
version = __version__ = ".".join(map(str, version_info))
gettext.install('statsdlog')

0 comments on commit 177d900

Please sign in to comment.