Releases: FundingCircle/loga
Releases · FundingCircle/loga
v2.1.0.pre.1
Version 2.1.0.pre.1
v2.0.0
Added
- Human readable formatter
SimpleFormatter
LOGA_FORMAT
environment variable to switch between (gelf|simple) formatters- Added
format
andfilter_exceptions
configuration options
Changed
Configuration interface
- Configure via Hash instead of Block
- String only
service_version
configuration option
Rails
- Use Loga everywhere with environment based configuration
- Added
ActiveRecord::RecordNotFound
to defaultfilter_exceptions
- Removed
enabled
andsilence_rails_rack_logger
configure options - Enforce Rails configuration options over Loga where possible
Sinatra
- Removed logger and tags parameters in
Loga::Rack::Logger
Fixed
- Uninitialized
Loga.logger
in Rails
v2.0.0.pre.3
Version 2.0.0.pre.3
v2.0.0.pre.2
Version 2.0.0.pre.2
v2.0.0.pre1
Version 2.0.0.pre1
1.4.0
v1.3.0
Concatenate tags into String instead of Array
GrayLog 1.3 doesn't provide the ability to search Array structures. This is problematic when multiple tags are logged. Now tags are concatenated in a single String.
Fix service name string mutation
Do not mutate the service_name
string 037e6cb
Read service version from Capistrano REVISION
Enables the reading of the service version from the REVISION file created by Capistrano deployments.