Include the node in log messages
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/99a5a0ba Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/99a5a0ba Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/99a5a0ba Branch: refs/heads/1963-eunit-bigcouch Commit: 99a5a0ba9f964d0e91b49f7408c0191a861fbc9c Parents: 02bd48a Author: Paul J. Davis <[email protected]> Authored: Mon Aug 11 14:02:20 2014 -0500 Committer: Paul J. Davis <[email protected]> Committed: Mon Aug 11 14:02:20 2014 -0500 ---------------------------------------------------------------------- rel/files/sys.config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/99a5a0ba/rel/files/sys.config ---------------------------------------------------------------------- diff --git a/rel/files/sys.config b/rel/files/sys.config index e9a7bd2..6bfc775 100644 --- a/rel/files/sys.config +++ b/rel/files/sys.config @@ -17,7 +17,13 @@ {handlers, [ {lager_console_backend, [debug, { lager_default_formatter, - [date, " ", time," [",severity,"] ",pid, " ", message, "\n"] + [ + date, " ", time, + " [", severity, "] ", + node, " ", pid, " ", + message, + "\n" + ] }]} ]} ]}
