From e9b313c317c492955ece407fc481dccf969d80c9 Mon Sep 17 00:00:00 2001 From: spf13 Date: Mon, 31 Mar 2014 13:23:34 -0400 Subject: [PATCH] Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 --- content/overview/usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/overview/usage.md b/content/overview/usage.md index 9cfa4e66f..cb94669f5 100644 --- a/content/overview/usage.md +++ b/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.