File tree 1 file changed +4
-4
lines changed
lib/rails_semantic_logger
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ module RailsSemanticLogger
22
22
#
23
23
# config.rails_semantic_logger.rendered = false
24
24
#
25
- # * Override the Awesome Print options for logging Hash data as text:
25
+ # * Override the Amazing Print options for logging Hash data as text:
26
26
#
27
- # Any valid AwesomePrint option for rendering data.
27
+ # Any valid Amazing Print option for rendering data.
28
28
# The defaults can changed be creating a `~/.aprc` file.
29
- # See: https://github.com/michaeldv/awesome_print
29
+ # See: https://github.com/amazing-print/amazing_print
30
30
#
31
31
# Note: The option :multiline is set to false if not supplied.
32
- # Note: Has no effect if Awesome Print is not installed.
32
+ # Note: Has no effect if Amazing Print is not installed.
33
33
#
34
34
# config.rails_semantic_logger.ap_options = {multiline: false}
35
35
#
You can’t perform that action at this time.
0 commit comments