Releases: FundingCircle/loga
Releases · FundingCircle/loga
v2.1.0
v2.1.0.pre.1
Version 2.1.0.pre.1
v2.0.0
Added
- Human readable formatter
SimpleFormatter LOGA_FORMATenvironment variable to switch between (gelf|simple) formatters- Added
formatandfilter_exceptionsconfiguration options
Changed
Configuration interface
- Configure via Hash instead of Block
- String only
service_versionconfiguration option
Rails
- Use Loga everywhere with environment based configuration
- Added
ActiveRecord::RecordNotFoundto defaultfilter_exceptions - Removed
enabledandsilence_rails_rack_loggerconfigure options - Enforce Rails configuration options over Loga where possible
Sinatra
- Removed logger and tags parameters in
Loga::Rack::Logger
Fixed
- Uninitialized
Loga.loggerin 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