Repository: incubator-hawq-docs Updated Branches: refs/heads/develop d20f95d38 -> dcb5cadfc
HAWQ-1363 fix dash issue (closes #96) Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/dcb5cadf Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/dcb5cadf Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/dcb5cadf Branch: refs/heads/develop Commit: dcb5cadfce797f2a829755ca7d0f6d2c167b03c0 Parents: d20f95d Author: Jane Beckman <[email protected]> Authored: Mon Feb 27 10:47:24 2017 -0800 Committer: David Yozie <[email protected]> Committed: Mon Feb 27 10:47:24 2017 -0800 ---------------------------------------------------------------------- markdown/admin/logfiles.html.md.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/dcb5cadf/markdown/admin/logfiles.html.md.erb ---------------------------------------------------------------------- diff --git a/markdown/admin/logfiles.html.md.erb b/markdown/admin/logfiles.html.md.erb index 799191d..482caef 100644 --- a/markdown/admin/logfiles.html.md.erb +++ b/markdown/admin/logfiles.html.md.erb @@ -245,10 +245,10 @@ Most management utilities support options for verbose logging and identifying a Management utility logging-related configuration command options include: -| Option | Description | +| Option | Description | |----------------------|------------------------| -| -l | --logdir \<dir\> | Use alternate log file directory \<dir\> for this command invocation. | -| -v | --verbose | Include `DEBUG` log messages in output. The default logging level will log `INFO` and more severe messages. | +| -l | --logdir \<dir\> | Use alternate log file directory \<dir\> for this command invocation. | +| -v | --verbose | Include `DEBUG` log messages in output. The default logging level will log `INFO` and more severe messages. | Invoke the management utility command with the `--help` option to determine support for changing the log directory and/or enabling verbose output.
