Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Bump schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Feb 19, 2017
1 parent 978e4fe commit e071655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Need a quick and easy way to identify a log? Use tags!:

```ruby
logger.info(message: "My log message", tag: "tag")

# My log message @metadata {"level": "info", "tags": ["tag"], "context": {...}}
```

Expand Down
2 changes: 1 addition & 1 deletion lib/timber/log_entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Timber
# `Logger` and the log device that you set it up with.
class LogEntry #:nodoc:
DT_PRECISION = 6.freeze
SCHEMA = "https://raw.githubusercontent.com/timberio/log-event-json-schema/1.2.2/schema.json".freeze
SCHEMA = "https://raw.githubusercontent.com/timberio/log-event-json-schema/1.2.3/schema.json".freeze

attr_reader :context_snapshot, :event, :level, :message, :progname, :tags, :time

Expand Down

0 comments on commit e071655

Please sign in to comment.