Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-03-31 21:23:34 +0400
committerspf13 <steve.francia@gmail.com>2014-03-31 21:23:34 +0400
commite50b9d8ac1c69aa16cf45b1e4ff95b22d535adb7 (patch)
tree8c16489a5cf2631649805d547256d4427d9486d8 /docs
parent2fa3761ec993657330d5b9ddbaaab1f58797fb61 (diff)
Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137
Diffstat (limited to 'docs')
-rw-r--r--docs/content/overview/usage.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/overview/usage.md b/docs/content/overview/usage.md
index 9cfa4e66f..cb94669f5 100644
--- a/docs/content/overview/usage.md
+++ b/docs/content/overview/usage.md
@@ -31,9 +31,12 @@ Make sure either hugo is in your path or provide a path to it.
-D, --build-drafts=false: include content marked as draft
--config="": config file (default is path/config.yaml|json|toml)
-d, --destination="": filesystem path to write files to
+ --log=false: Enable Logging
+ --logfile="": Log File path (if set, logging enabled automatically)
-s, --source="": filesystem path to read files relative from
--uglyurls=false: if true, use /filename.html instead of /filename/
-v, --verbose=false: verbose output
+ --verboselog=false: verbose logging
-w, --watch=false: watch filesystem for changes and recreate as needed
Use "hugo help [command]" for more information about that command.