diff options
author | Linus Nordberg <linus@nordu.net> | 2016-12-03 17:47:56 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-12-03 17:47:56 +0100 |
commit | e9a40cb93e086e649bd1293b4a2be70f3a45451c (patch) | |
tree | bba323cffe4fd567c4ec9c725f688856246d5ba5 | |
parent | 797850d9b28084069085fb0629e763dffedc3d8a (diff) |
Update README.md with a few things that have changed.
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -32,14 +32,13 @@ needed: curl. # Compile - $ make $ make release # Start This will set up and start a small test system with an empty log: - $ make tests-prepare tests-start + $ make tests To create an empty tree, do a first merge: @@ -55,7 +54,11 @@ To submit a test cert and verify the resulting SCT: # Logs and traces -Logs can be found in catlfish/log/. +Logs from the latest test run can be found under catlfish/tests/. + +Erlang instances log to files named <nodename>-*.log. +In addition, the console output from each erlang instance is stored +under nodes/<nodename>/log/. The amount of log sent to the console can be adjusted at runtime using |