README.md in sifttter-redux-0.4.7 vs README.md in sifttter-redux-0.4.8

- old
+ new

@@ -35,11 +35,11 @@ SYNOPSIS srd [global options] command [command options] [arguments...] VERSION - 0.4.7 + 0.4.8 GLOBAL OPTIONS --help - Show this message --[no-]verbose - Turns on verbose output --version - Display the program version @@ -79,14 +79,14 @@ Initialization will perform the following steps: 1. Download [Dropbox Uploader](https://github.com/andreafabrizi/Dropbox-Uploader "Dropbox-Uploder") to a location of your choice. 2. Automatically configure Dropbox Uploader. -3. Collect some user paths: - * The location on your filesystem where Sifttter files will be temporarily stored (**tab completion works here!**) +3. Collect some user paths (note that you can use tab completion here!): + * The location on your filesystem where Sifttter files will be temporarily stored * The location of your Sifttter files in Dropbox - * The location on your filesystem where Day One files will be temporarily stored (**tab completion works here!**) + * The location on your filesystem where Day One files will be temporarily stored * The location of your Day One files in Dropbox ## Pathing Note that when Sifttter Redux asks you for paths, it will ask for "local" and "remote" filepaths. It's important to understand the difference. @@ -407,9 +407,22 @@ Another option is to install the bundled gems to the global gemset: ``` $ bundle install --global ``` + +# Logging + +Sifttter Redux logs a lot of good info to `~/.sifttter_redux_log`. It makes use of Ruby's standard log levels: + +* DEBUG +* INFO +* WARN +* ERROR +* FATAL +* UNKNOWN + +If you want to see more or less in your log files, simply change the `log_level` value in `~/.sifttter_redux` to your desired level. # Known Issues & Future Releases Bugs, issues, and enhancement requests (my own or those submitted by others) can be found on the [Issues Page](https://github.com/bachya/Sifttter-Redux/issues "Open Items"). \ No newline at end of file