1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing space. [CI SKIP]

This commit is contained in:
Guo Xiang Tan 2014-08-22 17:51:47 +08:00
parent 880a1d8ac9
commit 2dd22ead21

View file

@ -211,7 +211,7 @@ logger.tagged("BCX") { logger.tagged("Jason") { logger.info "Stuff" } } # Logs "
### Impact of Logs on Performance
Logging will always have a small impact on performance of your rails app,
particularly when logging to disk.However, there are a few subtleties:
particularly when logging to disk. However, there are a few subtleties:
Using the `:debug` level will have a greater performance penalty than `:fatal`,
as a far greater number of strings are being evaluated and written to the