aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2019-02-04 14:56:04 -0800
committerTadeusz Struk <tadeusz.struk@intel.com>2019-02-06 08:28:37 -0800
commit9b61a6164fb1bdb72b300c73e26806d1029300c7 (patch)
tree99ade9ba1eb869a32a30606e571c9e2796e57b8e /README.md
parentb62a7520ce60c8d32f4c79f8c23e5d138d7c0231 (diff)
downloadtpm2-tss-9b61a6164fb1bdb72b300c73e26806d1029300c7.tar.gz
doc: Add a reference to logging.md to README.md
Add info about logging and a reference to logging.md to the README.md file. Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ee29003..4f4c4850 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,10 @@ NOTE: The unit and integration tests can be enabled independently.
The --enable-unit option controls unit tests, and --enable-integration
controls the integration tests.
+While investigating issues it might be helpful to enable extra debug/trace
+output. It can be enabled separately for different components.
+The description how to do this can be found in the [logging](doc/logging.md) file.
+
# Architecture/Block Diagram
SAPI library, TAB/RM, and Test Code Block Diagram:
![Architecture Block Diagram](doc/TSS%20block%20diagram.png)