From 328811896a051ec2495cbc76d0ef6cde5ffd98b2 Mon Sep 17 00:00:00 2001 From: smichae Date: Thu, 19 Mar 2015 21:52:47 -0500 Subject: [PATCH] Fixed link to logging guide page on debugging page --- docs/guide/tool-debugger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/tool-debugger.md b/docs/guide/tool-debugger.md index 4a30134633..a59f3193bd 100644 --- a/docs/guide/tool-debugger.md +++ b/docs/guide/tool-debugger.md @@ -68,7 +68,7 @@ Logging and profiling are simple but powerful tools that may help you to underst framework and the application. These tools are useful for development and production environments alike. While in a production environment, you should log only significantly important messages manually, as described in -[logging guide section](logging.md). It hurts performance too much to continue to log all messages in production. +[logging guide section](runtime-logging.md). It hurts performance too much to continue to log all messages in production. In a development environment, the more logging the better, and it's especially useful to record the execution trace.