[Pkg-javascript-commits] [node-log-driver] 10/49: Update README.md
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Feb 22 12:57:00 UTC 2018
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-log-driver.
commit 44360634c4cbb4b125ed9ab2fad3f365daba1215
Author: Gregg Caines <gregg at caines.ca>
Date: Sun Mar 17 20:41:07 2013 -0700
Update README.md
---
README.md | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index d55ae72..4909bfd 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,8 @@
-logdriver
+![Log Driver](https://raw.github.com/cainus/logdriver/master/logo.png)
=========
-
-![Log Driver](https://raw.github.com/cainus/logdriver/master/waltz.jpg)
-
Logdriver is a node.js logger that only logs to stdout.
-####You're going to want to log the output of stdout and stderr anyway, so you might as well put all your logging through std-out. Logging libraries that don't write to stdout or stderr are missing absolutely critical output like the stack trace if/when your app dies.
+####You're going to want to log the output of stdout and stderr anyway, so you might as well put all your logging through stdout. Logging libraries that don't write to stdout or stderr are missing absolutely critical output like the stack trace if/when your app dies.
##There are some other nice advantages:
* When working on your app locally, logs just show up in stdout just like if you'd used console.log(). That's a heck of a lot simpler than tailing a log file.
@@ -29,3 +26,5 @@ node yourapp.js 2>&1 | logger
##Usage:
Coming soon
+
+![Log Driver](https://raw.github.com/cainus/logdriver/master/waltz.jpg)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-log-driver.git
More information about the Pkg-javascript-commits
mailing list