diff options
author | fsandoval <frank.sandoval@oamtechnologies.com> | 2018-05-01 12:29:40 -0600 |
---|---|---|
committer | fsandoval <frank.sandoval@oamtechnologies.com> | 2018-05-01 12:30:02 -0600 |
commit | 23c3354245f8a9bc1d87ea3becc0f217bf10bbd7 (patch) | |
tree | 245e0bc704caafaeb1521ab9ecab87aa2ff8d46d /docs/sections/logging.rst | |
parent | d5d94ac688bb5ac0b9d464988afbb07b6c7fcd75 (diff) |
add sections
Issue-ID: OPTFRA-41
Change-Id: Iba3f0c98b5c691ef89796991f7133c122a9bb792
Signed-off-by: fsandoval <frank.sandoval@oamtechnologies.com>
Diffstat (limited to 'docs/sections/logging.rst')
-rw-r--r-- | docs/sections/logging.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/sections/logging.rst b/docs/sections/logging.rst new file mode 100644 index 0000000..eb2739f --- /dev/null +++ b/docs/sections/logging.rst @@ -0,0 +1,16 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Logging +============================================= + +OSDF uses a single logger, oslo, across all the components. The logging format is compliant with the EELF recommendations, +including having the following logs: +error, audit, metric, application. + +The log statements follow the following format (values default to preset values when missing): + +Timestamp|RequestId|ServiceInstanceId|ThreadId|Virtual Server Name|ServiceName|InstanceUUID|Log Level|Alarm Severity Level|Server IP Address|HOST NAME|Remote IP Address|Class name|Timer|Detailed Message + +The logger util module can be found at: + +<>/has/conductor/conductor/common/utils/conductor_logging_util.py
\ No newline at end of file |