diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-11-19 12:44:23 -0600 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-11-19 12:44:28 -0600 |
commit | c125ca7409e40960fda00955ef7b298aceb1c02a (patch) | |
tree | a4c899893b0e26e128c7e8b7fe1782a922b521fb /docs/sections/logging.rst | |
parent | e5617477a15e3463536948322617b3da550fb548 (diff) |
Refactor install,config,dev docs
Issue-ID: AAF-163
Change-Id: I785a0d318e7166861f8f8e39007f627f8a1c1520
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 |