Skip to content

Commit

Permalink
Merge pull request #12 from on-strum/develop
Browse files Browse the repository at this point in the history
Technical/Update gem documentation (#11)
  • Loading branch information
bestwebua authored Oct 18, 2023
2 parents 7d1f78a + 36bd816 commit 1c43ddf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ To start working with this gem, you must configure it first as in the example be
require 'on_strum/logs'

OnStrum::Logs.configure do |config|
# Required parameter. The current application version.
config.application_version = '1.42.0'
# Required parameter. Current service name.
config.service_name = 'My Great Application'

# Required parameter. The current application name.
config.application_name = 'My Great Application'
# Required parameter. Current service version.
config.service_version = '1.42.0'

# Optional parameter. The colorized structured log in STDOUT. It could be useful
# for debug mode.
Expand Down Expand Up @@ -186,8 +186,8 @@ For view detailed colorized logs you can use configuration option `detailed_form
require 'on_strum/logs'

OnStrum::Logs.configure do |config|
config.application_version = '1.42.0'
config.application_name = 'My Great Application'
config.service_name = 'My Great Application'
config.service_version = '1.42.0'
config.detailed_formatter = true
end

Expand Down

0 comments on commit 1c43ddf

Please sign in to comment.