From e33bde2e6280e2962e0b64a9ea4e47fcd849b01e Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 7 Feb 2014 17:07:58 -0800 Subject: [PATCH] TODO --- TODO.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 2e74ba4..4fb10c7 100644 --- a/TODO.md +++ b/TODO.md @@ -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 +