File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/rails_semantic_logger Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ module RailsSemanticLogger
2222 #
2323 # config.rails_semantic_logger.rendered = false
2424 #
25- # * Override the Awesome Print options for logging Hash data as text:
25+ # * Override the Amazing Print options for logging Hash data as text:
2626 #
27- # Any valid AwesomePrint option for rendering data.
27+ # Any valid Amazing Print option for rendering data.
2828 # 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
3030 #
3131 # 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.
3333 #
3434 # config.rails_semantic_logger.ap_options = {multiline: false}
3535 #
You can’t perform that action at this time.
0 commit comments