File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ To show the Action View rendering messages in production:
252
252
config.rails_semantic_logger.rendered = true
253
253
~~~
254
254
255
- #### Awesome Print Options
255
+ #### Amazing Print Options
256
256
257
- The default Awesome Print options can be changed by supplying any valid Awesome Print options:
257
+ The default Amazing Print options can be changed by supplying any valid Amazing Print options:
258
258
259
259
~~~ ruby
260
260
config.rails_semantic_logger.ap_options = {multiline: false }
@@ -266,7 +266,7 @@ See the [Amazing Print Documentation](https://github.com/amazing-print/amazing_p
266
266
Notes:
267
267
268
268
* The option ` :multiline ` is set to false if not supplied.
269
- * Has no effect if Awesome Print is not installed.
269
+ * Has no effect if Amazing Print is not installed.
270
270
271
271
### Additional appenders
272
272
You can’t perform that action at this time.
0 commit comments