diff options
author | 2018-11-19 13:28:53 -0600 | |
---|---|---|
committer | 2018-11-19 13:28:59 -0600 | |
commit | 0d41057548d82b44600e75a6e26ad549ea918f1b (patch) | |
tree | 6a11e988afc3871968da8f36d037539a40e4246d /docs/sections/logging.rst | |
parent | baa1bc31266e48b0b443ea3dc0eee996f51a0b03 (diff) |
Refactor install,config,dev docs
Issue-ID: AAF-163
Change-Id: Ia4167a323fb7efcb767ee3173a651d18d25249aa
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'docs/sections/logging.rst')
-rw-r--r-- | docs/sections/logging.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/sections/logging.rst b/docs/sections/logging.rst index 0672b1db..5daa2b1c 100644 --- a/docs/sections/logging.rst +++ b/docs/sections/logging.rst @@ -19,6 +19,19 @@ Where to Access Information --------------------------- AAF uses log4j framework to generate logs and all the logs are stored in a persistent volume. +* For Standalone O/S, logs are placed on the machine. cd as follows +* For any AAF Container or Kubernetes, get a bash prompt into that container. Then cd as follows. + +.. code:: bash + + $ cd /opt/app/osaaf/logs + +For convenience, there is a tool to easily tail all component's transactions realtime, from this directory: + +.. code:: bash + + $ bash taillog + Error / Warning Messages ------------------------ Following are the error codes |