Repository: drill Updated Branches: refs/heads/gh-pages 443001316 -> 847affbd1
add back ticks to show entire path <drill_home>/conf/logback.xml. Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/847affbd Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/847affbd Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/847affbd Branch: refs/heads/gh-pages Commit: 847affbd1afb6bddd2b09c2f73e8299739e41343 Parents: 4430013 Author: Bridget Bevens <[email protected]> Authored: Tue Apr 12 14:54:24 2016 -0700 Committer: Bridget Bevens <[email protected]> Committed: Tue Apr 12 14:54:24 2016 -0700 ---------------------------------------------------------------------- _docs/log-and-debug/001-log-and-debug-introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/847affbd/_docs/log-and-debug/001-log-and-debug-introduction.md ---------------------------------------------------------------------- diff --git a/_docs/log-and-debug/001-log-and-debug-introduction.md b/_docs/log-and-debug/001-log-and-debug-introduction.md index 145c4ea..692574f 100644 --- a/_docs/log-and-debug/001-log-and-debug-introduction.md +++ b/_docs/log-and-debug/001-log-and-debug-introduction.md @@ -1,12 +1,12 @@ --- title: "Log and Debug Introduction" -date: +date: 2016-04-12 21:54:25 UTC parent: "Log and Debug" --- -You can use the Drill logs in conjunction with query profiles to troubleshoot issues that you encounter. Drill uses Logback as its default logging system. Logback behavior is defined by configurations set in <drill_installation_directory>/conf/logback.xml. +You can use the Drill logs in conjunction with query profiles to troubleshoot issues that you encounter. Drill uses Logback as its default logging system. Logback behavior is defined by configurations set in `<drill_installation_directory>/conf/logback.xml`. -You can configure Logback to enable specific loggers for particular components. You can also enable Logback to output log messages to Lilith, a desktop application that you can use for socket logging. By default, Drill outputs log files to /var/log/drill. +You can configure Logback to enable specific loggers for particular components. You can also enable Logback to output log messages to Lilith, a desktop application that you can use for socket logging. By default, Drill outputs log files to `/var/log/drill`. Drill provides two standard output files:
