This commit is contained in:
Trent Mick 2014-02-07 17:07:58 -08:00
parent 5b2e74d09f
commit e33bde2e62
1 changed files with 12 additions and 5 deletions

17
TODO.md
View File

@ -12,13 +12,20 @@
- multi-dc support... profile.dcs
# naming
node-joyentcloud.git that installs joyentcloud. Suggest 'jc' as alias if people want to.
node-smartdc installs joyentcloud and warns about deprecation on stderr.
# later (in no particular order)
- how to add/exclude DCs?
- cmdln.js support for bash tab completion
- node-smartdc installs joyentcloud and warns about deprecation on stderr.
- bunyan logging setup:
- one output stream to a file at trace level:
/var/log/joyentcloud/$timestamp.log
- periodically keep the number of those files down. This is hard. Do it
at startup? Yah should be fine.
- another "raw" stream to stderr at WARN at above (maybe INFO?)
where we console.error just the minimal fields that we want to show
joyentcloud: warn: $msg
Not sure about other fields.
- windows testing