diff options
Diffstat (limited to 'README.md')
-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 |