aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
blob: a69d436d991044a2ea5092b11579fc369ffe3d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright © 2017 AT&T Intellectual Property. All rights reserved.

Logging Enhancements Project
==================================================
.. contents::
   :depth: 3
..

ONAP consists of many components and containers, and consequently writes
to many logfiles. The volume of logger output may be enormous,
especially when debugging. Large, disparate logfiles are difficult to
monitor and analyze, and tracing requests across many files, file
systems and containers is untenable without tooling.

The problem of decentralized logger output is addressed by analytics
pipelines such as \ `*Elastic
Stack* <https://www.elastic.co/products>`__ (ELK). Elastic Stack
consumes logs, indexes their contents
in \ `*Elasticsearch* <https://www.elastic.co/products/elasticsearch>`__,
and makes them accessible, queryable and navigable via a sophisticated
UI, \ `*Kibana
Discover* <https://www.elastic.co/guide/en/kibana/current/discover.html>`__.
This elevates the importance of standardization and machine-readability.
Logfiles can remain browsable, but output can be simplified.

Logger configurations in ONAP are diverse and idiosyncratic. Addressing
these issues will prevent costs from being externalized to consumers
such as analytics. It also affords the opportunity to remedy any issues
with the handling and propagation of contextual information such as
transaction identifiers (presently passed as \ **X-ECOMP-RequestID **-
to be\ ** X-ONAP-RequestID**). This propagation is critical to tracing
requests as they traverse ONAP and related systems, and is the basis for
many analytics functions.

Rationalized logger configuration and output also paves the way for
other high-performance logger transports, including publishing directly
to analytics via SYSLOG
(`*RFC3164* <https://www.ietf.org/rfc/rfc3164.txt>`__, \ `*RFC5425* <https://www.ietf.org/rfc/rfc5425.txt>`__, \ `*RFC5426* <https://www.ietf.org/rfc/rfc5426.txt>`__)
and streams, and mechanisms for durability.

Each change is believed to be individually beneficial:

1. The intention is to consolidate the required setup within this
   project however some changes and bug fixes might have to be applied
   in the relative component project, requiring each components'
   co-operation on the contribution.

2. There is an economy of scale if everything can happen under a single
   remit.

3. Standardization benefits all, including those who want to deviate
   from defaults.

ONAP Application Logging Guidelines v1.1
========================================

Introduction
------------

The purpose of ONAP logging is to capture information needed to operate,
troubleshoot and report on the performance of the ONAP platform and its
constituent components. Log records may be viewed and consumed directly
by users and systems, indexed and loaded into a datastore, and used to
compute metrics and generate reports.

The processing of a single client request will often involve multiple
ONAP components and/or subcomponents (interchangeably referred to as
application in this document). The ability to track flows across
components is critical to understanding ONAPs behavior and performance.
ONAP logging uses a universally unique RequestID value in log records to
track the processing of every client request through all the ONAP
components involved in its processing.

A reference configuration of \ `*Elastic
Stack * <https://www.elastic.co/products>`__\ can be deployed
using \ `*ONAP Operations
Manager* <https://wiki.onap.org/display/DW/ONAP+Operations+Manager+Project>`__.

This document gives conventions you can follow to generate conformant,
indexable logging output from your component.

How to Log
----------

ONAP prescribes conventions. The use of certain APIs and providers is
recommended, but they are not mandatory. Most components log
via \ `*EELF* <https://github.com/att/EELF>`__ or `*SLF4J* <https://www.slf4j.org/>`__ to
a provider
like \ `*Logback* <https://logback.qos.ch/>`__ or `*Log4j* <https://logging.apache.org/log4j/2.x/>`__.

****
EELF
****

EELF is the\ **Event and Error Logging Framework**, described
at \ `*https://github.com/att/EELF* <https://github.com/att/EELF>`__.

EELF abstracts your choice of logging provider, and decorates the
familiar Logger contracts with features like:

-  Localization.

-  Error codes.

-  Generated wiki documentation.

-  Separate audit, metric, security and debug logs.

EELF is a facade, so logging output is configured in two ways:

1. By selection of a logging provider such as Logback or Log4j,
   typically via the classpath.

2. By way of a provider configuration document,
   typically \ **logback.xml** or **log4j.xml**.
   See \ `*Providers* <https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-Providers>`__.

*****
SLF4J
*****

`*SLF4J* <https://www.slf4j.org/>`__ is a logging facade, and a humble
masterpiece. It combines what's common to all major, modern Java logging
providers into a single interface. This decouples the caller from the
provider, and encourages the use of what's universal, familiar and
proven.

EELF also logs via SLF4J's abstractions.

*********
Providers
*********

Logging providers are normally enabled by their presence in the
classpath. This means the decision may have been made for you, in some
cases implicitly by dependencies. If you have a strong preference then
you can change providers, but since the implementation is typically
abstracted behind EELF or SLF4J, it may not be worth the effort.

*******
Logback
*******

Logback is the most commonly used provider. It is generally configured
by an XML document named \ **logback.xml**.
See \ `*Configuration* <https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-Configuration>`__.

*************
Log4j 2.X
*************

Log4j 2.X is somewhat less common than Logback, but equivalent. It is
generally configured by an XML document
named \ **log4j.xml**. See \ `*Configuration* <https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-Configuration>`__.

*********
Log4j 1.X
*********

Avoid, since 1.X is EOL, and since it does not support escaping, so its
output may not be
machine-readable. See \ `*https://logging.apache.org/log4j/1.2/* <https://logging.apache.org/log4j/1.2/>`__.

This affects existing OpenDaylight-based components like SDNC and APPC,
since ODL releases prior
to \ `*Carbon* <https://www.opendaylight.org/what-we-do/current-release>`__ bundle
Log4j 1.X, and make it difficult to replace. The \ `*Common Controller
SDK
Project* <https://wiki.onap.org/display/DW/Common+Controller+SDK+Project>`__ project
targets ODL Carbon, so the problem should resolve in time.

What to Log
===========

The purpose of logging is to capture diagnostic information.

An important aspect of this is analytics, which requires tracing of
requests between components. In a large, distributed system such as ONAP
this is critical to understanding behavior and performance.

Messages, Levels, Components and Categories
--------------------------------------------

It isn't the aim of this document to reiterate the basics, so advice
here is general:

-  Use a logger. Consider using EELF.

-  Write log messages in English.

-  Write meaningful messages. Consider what will be useful to consumers
   of logger output.

-  Use errorcodes to characterise exceptions.

-  Log at the appropriate level. Be aware of the volume of logs that
   will be produced.

-  Log in a machine-readable format. See Conventions.

-  Log for analytics as well as troubleshooting.

Others have written extensively on this:

-  `*http://www.masterzen.fr/2013/01/13/the-10-commandments-of-logging/* <http://www.masterzen.fr/2013/01/13/the-10-commandments-of-logging/>`__

-  `*https://www.loggly.com/blog/how-to-write-effective-logs-for-remote-logging/* <https://www.loggly.com/blog/how-to-write-effective-logs-for-remote-logging/>`__

-  And so on.

Context
-------

**TODO: more on the importance of transaction ID propagation.**

MDCs
====


A Mapped Diagnostic Context (MDC) allows an arbitrary string-valued
attribute to be attached to a Java thread. The MDC's value is then
emitted with each log message. The set of MDCs associated with a log
message is serialized as unordered name-value pairs (see `*Text
Output* <https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-TextOutput>`__).

A good discussion of MDCs can be found
at \ `*https://logback.qos.ch/manual/mdc.html* <https://logback.qos.ch/manual/mdc.html>`__.

**MDCs:**

-  Must be set as early in invocation as possible.

-  Must be unset on exit.

Logging
-------

**Via SLF4J:**

.. code-block:: java

 import java.util.UUID;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.slf4j.MDC;
 // ...
 final Logger logger = LoggerFactory.getLogger(this.getClass());
 MDC.put("SomeUUID", UUID.randomUUID().toString());
 try {
     logger.info("This message will have a UUID-valued 'SomeUUID' MDC attached.");
 // ...
 }
 finally {
     MDC.clear();
 }

EELF doesn't directly support MDCs, but SLF4J will receive any MDC that
is set (where **com.att.eelf.configuration.SLF4jWrapper** is the
configured EELF provider):

.. code-block:: java

 import java.util.UUID;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.slf4j.MDC;
 import com.att.eelf.configuration.EELFLogger;
 import com.att.eelf.configuration.EELFManager;
 // ...
 final EELFLogger logger = EELFManager.getInstance().getLogger(this.getClass());
 MDC.put("SomeUUID", UUID.randomUUID().toString());
 try {
     logger.info("This message will have a UUID-valued 'SomeUUID' MDC attached.");
     // ...
 }
 finally {
     MDC.clear();
 }

Serializing
-----------

Output of MDCs must ensure that:

-  All reported MDCs are logged with both name AND value. Logging output
   should not treat any MDCs as special.

-  All MDC names and values are escaped.

Escaping in Logback configuration can be achieved with:

.. code-block:: bash

 %replace(%replace(%mdc){'\\t','\\\\\\\\t'}){'\\n','\\\\\\\\n'}

MDC - RequestID
---------------

This is often referred to by other names, including "Transaction ID",
and one of several (pre-standardization) REST header names
including \ **X-ECOMP-RequestID** and **X-ONAP-RequestID**.

ONAP logging uses a universally unique "**RequestID"** value in log
records to track the processing of each client request across all the
ONAP components involved in its processing.

This value:

-  Is logged as a \ **RequestID** MDC.

-  Is propagated between components in REST calls as
   an \ **X-TransactionID** HTTP header.

Receiving the \ **X-TransactionID** will vary by component according to
APIs and frameworks. In general:

.. code-block:: java

  import javax.ws.rs.core.HttpHeaders;
  // ...
  final HttpHeaders headers = ...;
  // ...
  String txId = headers.getRequestHeaders().getFirst("X-TransactionID");
  if (StringUtils.isBlank(txId)) {
      txId = UUID.randomUUID().toString();
  }
  MDC.put("RequestID", txID);

Setting the \ **X-TransactionID** likewise will vary. For example:

.. code-block:: java

 final String txID = MDC.get("RequestID");
 HttpURLConnection cx = ...;
 // ...
 cx.setRequestProperty("X-TransactionID", txID);

MDC - InvocationID
------------------

**InvocationID** is similar to \ **RequestID**, but
where \ **RequestID** correlates records relating a single, top-level
invocation of ONAP as it traverses many
systems, \ **InvocationID** correlates log entries relating to a single
invocation of a single component. Typically this means via REST, but in
certain cases an \ **InvocationID** may be allocated without a new
invocation, e.g. when a request is retried.

**RequestID** and** InvocationID** allow an execution graph to be
derived. This requires that:

-  The relationship between \ **RequestID** and **InvocationID** is
   reported.

-  The relationship between caller and recipient is reported for each
   invocation.

The proposed approach is that:

-  Callers:

   -  Issue a new, unique \ **InvocationID** UUID for each downstream
      call they make.

   -  Log the new \ **InvocationID**, indicating the intent to invoke:

      -  With Markers \ **INVOKE**, and \ **SYNCHRONOUS** if the
         invocation is synchronous.

      -  With their own \ **InvocationID** still set as an MDC.

   -  Pass the \ **InvocationID** as an \ **X-InvocationID** REST
      header.

-  Invoked components:

   -  Retrieve the \ **InvocationID** from REST headers upon invocation,
      or generate a UUID default.

   -  Set the \ **InvocationID** MDC.

   -  Write a log entry with the Marker \ **ENTRY**. (In EELF this will
      be to the AUDIT log).

   -  Act as per Callers in all downstream requests.

   -  Write a log entry with the Marker \ **EXIT** upon return. (In EELF
      this will be to the METRIC log).

   -  Unset all MDCs on exit.

That seems onerous, but:

-  It's only a few calls.

-  It can be largely abstracted in the case of EELF logging.

**TODO: code.**

MDCs - the Rest
---------------

Other MDCs are logged in a wide range of contexts.

Certain MDCs and their semantics may be specific to EELF log types.

**TODO: cross-reference EELF output to v1 doc.**

+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| **ID**   | **MDC**               | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | **Required**   | **EELF Audit**   | **EELF Metric**   | **EELF Error**   | **EELF Debug**   |
+==========+=======================+================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================+================+==================+===================+==================+==================+
| 1        | BeginTimestamp        | Date-time that processing activities being logged begins. The value should be represented in UTC and formatted per ISO 8601, such as œ2015-06-03T13:21:58+00:00. The time should be shown with the maximum resolution available to the logging component (e.g., milliseconds, microseconds) by including the appropriate number of decimal digits. For example, when millisecond precision is available, the date-time value would be presented as, as œ2015-06-03T13:21:58.340+00:00.                                                                                       | Y              |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 2        | EndTimestamp          | Date-time that processing for the request or event being logged ends. Formatting rules are the same as for the BeginTimestamp field above.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Y              |                  |                   |                  |                  |
|          |                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
|          |                       | In the case of a request that merely logs an event and has not subsequent processing, the EndTimestamp value may equal the BeginTimestamp value.                                                                                                                                                                                                                                                                                                                                                                                                                               |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 3        | ElapsedTime           | This field contains the elapsed time to complete processing of an API call or transaction request (e.g., processing of a message that was received). This value should be the difference between. EndTimestamp and BeginTimestamp fields and must be expressed in milliseconds.                                                                                                                                                                                                                                                                                                | Y              |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 4        | ServiceInstanceID     | This field is optional and should only be included if the information is readily available to the logging component.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |                |                  |                   |                  |                  |
|          |                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
|          |                       | | Transaction requests that create or operate on a particular instance of a service/resource can                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                |                  |                   |                  |                  |
|          |                       | | identify/reference it via a unique œserviceInstanceID value. This value can be used as a primary key for                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                |                  |                   |                  |                  |
|          |                       | | obtaining or updating additional detailed data about that specific service instance from the inventory                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                |                  |                   |                  |                  |
|          |                       | | (e.g., AAI). In other words:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                |                  |                   |                  |                  |
|          |                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
|          |                       | -  In the case of processing/logging a transaction request for creating a new service instance, the serviceInstanceID value is determined by either a) the MSO client and passed to MSO or b) by MSO itself upon receipt of a such a request.                                                                                                                                                                                                                                                                                                                                  |                |                  |                   |                  |                  |
|          |                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
|          |                       | -  In other cases, the serviceInstanceID value can be used to reference a specific instance of a service as would happen in a œMACD-type request.                                                                                                                                                                                                                                                                                                                                                                                                                             |                |                  |                   |                  |                  |
|          |                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
|          |                       | -  ServiceInstanceID is associated with a requestID in log records to facilitate tracing its processing over multiple requests and for a specific service instance. Its value may be left œempty in subsequent record to the 1 st record where a requestID value is associated with the serviceInstanceID value.                                                                                                                                                                                                                                                              |                |                  |                   |                  |                  |
|          |                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
|          |                       | NOTE: AAI wont have a serviceInstanceUUID for every service instance. For example, no serviceInstanceUUID is available when the request is coming from an application that may import inventory data.                                                                                                                                                                                                                                                                                                                                                                          |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 5        | VirtualServerName     | Physical/virtual server name. Optional: empty if determined that its value can be added by the agent that collects the log files collecting.                                                                                                                                                                                                                                                                                                                                                                                                                                   |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 6        | ServiceName           | For Audit log records that capture API requests, this field contains the name of the API invoked at the component creating the record (e.g., Layer3ServiceActivateRequest).                                                                                                                                                                                                                                                                                                                                                                                                    | Y              |                  |                   |                  |                  |
|          |                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
|          |                       | For Audit log records that capture processing as a result of receipt of a message, this field should contain the name of the module that processes the message.                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 7        | PartnerName           | This field contains the name of the client application user agent or user invoking the API if known.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Y              |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 8        | StatusCode            | This field indicates the high level status of the request. It must have the value COMPLETE when the request is successful and ERROR when there is a failure.                                                                                                                                                                                                                                                                                                                                                                                                                   | Y              |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 9        | ResponseCode          | This field contains application-specific error codes. For consistency, common error categorizations should be used.                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 10       | ResponseDescription   | This field contains a human readable description of the \ **ResponseCode**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                |                  |                   |                  | 11               |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 11       | InstanceUUID          | If known, this field contains a universally unique identifier used to differentiate between multiple instances of the same (named) log writing service/application. Its value is set at instance creation time (and read by it, e.g., at start/initialization time from the environment). This value should be picked up by the component instance from its configuration file and subsequently used to enable differentiation of log records created by multiple, locally load balanced ONAP component or subcomponent instances that are otherwise identically configured.   |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 12       | Severity              | Optional: 0, 1, 2, 3 see \ `*Nagios* <https://en.wikipedia.org/wiki/Nagios>`__ monitoring/alerting for specifics/details.                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 13       | TargetEntity          | It contains the name of the ONAP component or sub-component, or external entity, at which the operation activities captured in this metrics log record is invoked.                                                                                                                                                                                                                                                                                                                                                                                                             | Y              |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 14       | TargetServiceName     | It contains the name of the API or operation activities invoked at the TargetEntity.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Y              |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 15       | Server                | This field contains the Virtual Machine (VM) Fully Qualified Domain Name (FQDN) if the server is virtualized. Otherwise, it contains the host name of the logging component.                                                                                                                                                                                                                                                                                                                                                                                                   | Y              |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 16       | ServerIPAddress       | This field contains the logging component host servers IP address if known (e.g. Jetty containers listening IP address). Otherwise it is empty.                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 17       | ServerFQDN            | Unclear, but possibly duplicating one or both of \ **Server** and **ServerIPAddress**.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 18       | ClientIPAddress       | This field contains the requesting remote client applications IP address if known. Otherwise this field can be empty.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 19       | ProcessKey            | This field can be used to capture the flow of a transaction through the system by indicating the components and operations involved in processing. If present, it can be denoted by a comma separated list of components and applications.                                                                                                                                                                                                                                                                                                                                     |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 20       | RemoteHost            | Unknown.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 21       | AlertSeverity         | Unknown.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 22       | TargetVirtualEntity   | Unknown                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 23       | ClassName             | Defunct. Doesn't require an MDC.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 24       | ThreadID              | Defunct. Doesn't require an MDC.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 25       | CustomField1          | (Defunct now that MDCs are serialized as NVPs.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 26       | CustomField2          | (Defunct now that MDCs are serialized as NVPs.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 27       | CustomField3          | (Defunct now that MDCs are serialized as NVPs.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+
| 28       | CustomField4          | (Defunct now that MDCs are serialized as NVPs.)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                |                  |                   |                  |                  |
+----------+-----------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+------------------+-------------------+------------------+------------------+

Examples
--------

******
SDC-BE
******

20170907: audit.log

.. code-block:: bash

 root@ip-172-31-93-160:/dockerdata-nfs/onap/sdc/logs/SDC/SDC-BE# tail -f audit.log
 2017-09-07T18:04:03.679Z\|\|\|\|\|qtp1013423070-72297\|\|ASDC\|SDC-BE\|\|\|\|\|\|\|N/A\|INFO\|\|\|\|10.42.88.30\|\|o.o.s.v.r.s.VendorLicenseModelsImpl\|\|ActivityType=<audit>, Desc=< --Audit-- Create VLM. VLM Name: lm4>

**TODO: this is the earlier output format. Let's find an example which matches the latest line format.**

Markers
=======

Markers differ from MDCs in two important ways:

1. They have a name, but no value. They are a tag.

2. Their scope is limited to logger calls which specifically reference
   them; they are
   not \ `*ThreadLocal* <https://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html>`__.

Logging
-------

**********
Via SLF4J:
**********

.. code-block:: java

 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.slf4j.Marker;
 import org.slf4j.MarkerFactory;
 // ...
 final Logger logger = LoggerFactory.getLogger(this.getClass());
 final Marker marker = MarkerFactory.getMarker("MY\_MARKER");
 logger.warn(marker, "This warning has a 'MY\_MARKER' annotation.");

EELF does not allow Markers to be set directly. See notes on
the \ **InvocationID** MDC.

Serializing
-----------

Marker names also need to be escaped, though they're much less likely to
contain problematic characters than MDC values.

Escaping in Logback configuration can be achieved with:

.. code-block:: bash

 %replace(%replace(%marker){'\\t','\\\\\\\\t'}){'\\n','\\\\\\\\n'}

Marker - ENTRY
--------------

This should be reported as early in invocation as possible, immediately
after setting the \ **RequestID** and **InvocationID** MDCs.

It can be automatically set by EELF, and written to the AUDIT log.

It must be manually set otherwise.

*****
EELF
*****

*****
SLF4J
*****

**SLF4J**
.. code-block:: java

 public static final Marker ENTRY = MarkerFactory.getMarker("ENTRY");
 // ...
 final Logger logger = LoggerFactory.getLogger(this.getClass());
 logger.debug(ENTRY, "Entering.");

Marker - EXIT
-------------

This should be reported as late in invocation as possible, immediately
before unsetting the \ **RequestID** and **InvocationID** MDCs.

It can be automatically reported by EELF, and written to the METRIC
log.

It must be manually set otherwise.

*****
EELF
*****

******
SLF4J
******

**SLF4J**

.. code-block:: java

 public static final Marker EXIT = MarkerFactory.getMarker("EXIT");
 // ...
 final Logger logger = LoggerFactory.getLogger(this.getClass());
 logger.debug(EXIT, "Exiting.");

Marker - INVOKE
---------------

This should be reported by the caller of another ONAP component via
REST, including a newly allocated \ **InvocationID**, which will be
passed to the caller.

**SLF4J**

.. code-block:: java

 public static final Marker INVOKE = MarkerFactory.getMarker("INVOKE");
 // ...
 // Generate and report invocation ID.
 final String invocationID = UUID.randomUUID().toString();
 MDC.put(MDC_INVOCATION_ID, invocationID);
 try {
     logger.debug(INVOKE_SYNCHRONOUS, "Invoking synchronously ... ");
 }
 finally {
     MDC.remove(MDC_INVOCATION_ID);
 }
 // Pass invocationID as HTTP X-InvocationID header.
 callDownstreamSystem(invocationID, ... );

**TODO: EELF, without changing published APIs.**

Marker - SYNCHRONOUS
------------------------

This should accompany \ **INVOKE** when the invocation is synchronous.

**SLF4J**

.. code-block:: java

 public static final Marker INVOKE_SYNCHRONOUS;
 static {
     INVOKE_SYNCHRONOUS = MarkerFactory.getMarker("INVOKE");
     INVOKE_SYNCHRONOUS.add(MarkerFactory.getMarker("SYNCHRONOUS"));
 }
 // ...
 // Generate and report invocation ID.
 final String invocationID = UUID.randomUUID().toString();
 MDC.put(MDC_INVOCATION_ID, invocationID);
 try {
     logger.debug(INVOKE_SYNCHRONOUS, "Invoking synchronously ... ");
 }
 finally {
     MDC.remove(MDC_INVOCATION_ID);
 }
 // Pass invocationID as HTTP X-InvocationID header.
 callDownstreamSystem(invocationID, ... );

**TODO: EELF, without changing published APIs.**

Errorcodes
==========

Errorcodes are reported as MDCs.

Exceptions should be accompanied by an errrorcode. Typically this is
achieved by incorporating errorcodes into your exception hierarchy and
error handling. ONAP components generally do not share this kind of
code, though EELF defines a marker interface (meaning it has no
methods) \ **EELFResolvableErrorEnum**.

A common convention is for errorcodes to have two components:

1. A \ **prefix**, which identifies the origin of the error.

2. A \ **suffix**, which identifies the kind of error.

Suffixes may be numeric or text. They may also be common to more than
one component.

For example:

::

 COMPONENT\_X.STORAGE\_ERROR

Output Format
-------------

Several considerations:

1. Logs should be human-readable (within reason).

2. Shipper and indexing performance and durability depends on logs that
   can be parsed quickly and reliably.

3. Consistency means fewer shipping and indexing rules are required.

***********
Text Output
***********

ONAP needs to strike a balance between human-readable and
machine-readable logs. This means:

-  The use of tab (**\\t**) as a delimiter.

-  Escaping all messages, exceptions, MDC values, Markers, etc. to
   replace tabs in their content.

-  Escaping all newlines with \ **\\n** so that each entry is on one
   line.

In logback, this looks like:

::

 <property name="defaultPattern" value="%nopexception%logger
 %date{yyyy-MM-dd'T'HH:mm:ss.SSSXXX,UTC}
 %level
 %replace(%replace(%message){'\\t','\\\\\\\\t'}){'\\n','\\\\\\\\n'}
 %replace(%replace(%mdc){'\\t','\\\\\\\\t'}){'\\n','\\\\\\\\n'}
 %replace(%replace(%rootException){'\\t','\\\\\\\\t'}){'\\n','\\\\\\\\n'}
 %replace(%replace(%marker){'\\t','\\\\\\\\t'}){'\\n','\\\\\\\\n'}
 %thread
 %n"/>

The output of which, with MDCs, a Marker and a nested exception, with newlines added for readability looks like:

TODO: remove tab below

::

 org.onap.example.component1.subcomponent1.LogbackTest
 2017-08-06T16:09:03.594Z
 ERROR
 Here's an error, that's usually bad
 key1=value1, key2=value2 with space, key5=value5"with"quotes, key3=value3 with newlines, key4=value4 with tabs
 java.lang.RuntimeException: Here's Johnny
 at org.onap.example.component1.subcomponent1.LogbackTest.main(LogbackTest.java:24)
 Wrapped by: java.lang.RuntimeException: Little pigs, little pigs, let me come in
 at org.onap.example.component1.subcomponent1.LogbackTest.main(LogbackTest.java:27)
 AMarker1
 main

Default Logstash indexing rules understand output in this format.

**********
XML Output
**********

For Log4j 1.X output, since escaping is not supported, the best
alternative is to emit logs in XML format.

There may be other instances where XML (or JSON) output may be
desirable. Default indexing rules support.

Default Logstash indexing rules understand the XML output of \ `*Log4J's
XMLLayout* <https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/XMLLayout.html>`__.

Output Location
===============

Standardization of output locations makes logs easier to locate and ship
for indexing.

Logfiles should default to beneath \ **/var/log**, and
beneath \ **/var/log/ONAP** in the case of core ONAP components:

.. code-block:: bash

 /var/log/ONAP/<component>[/<subcomponent>]/\*.log

Configuration
=============

Logging providers should be configured by file. Files should be at a
predictable, static location, so that they can be written by deployment
automation. Ideally this should be under \ **/etc/ONAP**, but compliance
is low.

Locations
=========

All logger provider configuration document locations namespaced by
component and (if applicable) subcomponent by default:

.. code-block:: bash

 /etc/onap/<component>[/<subcomponent>]/<provider>.xml

Where \ **<provider>.xml**, will typically be one of:

1. logback.xml

2. log4j.xml

3. log4j.properties

Reconfiguration
===============

Logger providers should reconfigure themselves automatically when their
configuration file is rewritten. All major providers should support
this.

The default interval is 10s.

Overrides
=========

The location of the configuration file MAY be overrideable, for example
by an environment variable, but this is left for individual components
to decide.

Archetypes
============

Configuration archetypes can be found in the ONAP codebase. Choose
according to your provider, and whether you're logging via EELF. Efforts
to standardize them are underway, so the ones you should be looking for
are where pipe (\|) is used as a separator. (Previously it was "\|").

Retention
=========

Logfiles are often large. Logging providers allow retention policies to
be configured.

Retention has to balance:

-  The need to index logs before they're removed.

-  The need to retain logs for other (including regulatory) purposes.

Defaults are subject to change. Currently they are:

1. Files <= 50MB before rollover.

2. Files retain for 30 days.

3. Total files capped at 10GB.

In Logback configuration XML:

.. code-block:: xml

 <appender name="file" class="ch.qos.logback.core.rolling.RollingFileAppender">
     <file>${outputDirectory}/${outputFilename}.log</file>
     <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
         <fileNamePattern>${outputDirectory}/${outputFilename}.%d{yyyy-MM-dd}.%i.log.zip</fileNamePattern>
         <maxFileSize>50MB</maxFileSize>
         <maxHistory>30</maxHistory>
         <totalSizeCap>10GB</totalSizeCap>
     </rollingPolicy>
     <encoder>
         <!-- ... -->
     </encoder>
 </appender>

Types of EELF Logs
==================

EELF guidelines stipulate that an application should output log records
to four separate files:

1. audit

2. metric

3. error

4. debug

This applies only to EELF logging. Components which log directly to a
provider may choose to emit the same set of logs, but most do not.

Audit Log
---------

An audit log is required for EELF-enabled components, and provides a
summary view of the processing of a (e.g., transaction) request within
an application. It captures activity requests that are received by an
ONAP component, and includes such information as the time the activity
is initiated, then it finishes, and the API that is invoked at the
component.

Audit log records are intended to capture the high level view of
activity within an ONAP component. Specifically, an API request handled
by an ONAP component is reflected in a single Audit log record that
captures the time the request was received, the time that processing was
completed, as well as other information about the API request (e.g., API
name, on whose behalf it was invoked, etc).

Metric Log
----------

A metric log is required for EELF-enabled components, and provides a
more detailed view into the processing of a transaction within an
application. It captures the beginning and ending of activities needed
to complete it. These can include calls to or interactions with other
ONAP or non-ONAP entities.

Suboperations invoked as part of the processing of the API request are
logged in the Metrics log. For example, when a call is made to another
ONAP component or external (i.e., non-ONAP) entity, a Metrics log record
captures that call. In such a case, the Metrics log record indicates
(among other things) the time the call is made, when it returns, the
entity that is called, and the API invoked on that entity. The Metrics
log record contain the same RequestID as the Audit log record so the two
can be correlated.

Note that a single request may result in multiple Audit log records at
an ONAP component and may result in multiple Metrics log records
generated by the component when multiple suboperations are required to
satisfy the API request captured in the Audit log record.

Error Log
---------

An error log is required for EELF-enabled components, and is intended to
capture info, warn, error and fatal conditions sensed (œexception
handled) by the software components.

Debug Log
---------

A debug log is optional for EELF-enabled components, and is intended to
capture whatever data may be needed to debug and correct abnormal
conditions of the application.

Engine.out
==========

Console logging may also be present, and is intended to capture
system/infrastructure records. That is stdout and stderr assigned to a
single œengine.out file in a directory configurable (e.g. as an
environment/shell variable) by operations personnel.

New ONAP Component Checklist
============================

By following a few simple rules:

-  Your component's output will be indexed automatically.

-  Analytics will be able to trace invocation through your component.

Obligations fall into two categories:

1. Conventions regarding configuration, line format and output.

2. Ensuring the propagation of contextual information.

You must:

1. Choose a Logging provider and/or EELF. Decisions, decisions.

2. Create a configuration file based on an existing
   archetype. See \ `*Configuration* <https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-Configuration>`__.

3. Read your configuration file when your components initialize logging.

4. Write logs to a standard location so that they can be shipped by
   Filebeat for indexing. See \ `*Output
   Location* <https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-OutputLocation>`__.

5. Report transaction state:

   a. Retrieve, default and propagate \ **RequestID**. See \ `*MDC -
      RequestID* <https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-MDC-RequestID>`__.

   b. At each invocation of one ONAP component by another:

      i.   Initialize and propagate \ **InvocationID**. See \ `*MDC -
           Invocation
           ID* <https://wiki.onap.org/display/DW/ONAP+Application+Logging+Guidelines+v1.1#ONAPApplicationLoggingGuidelinesv1.1-MDC-InvocationID>`__.

      ii.  Report \ **INVOKE** and **SYNCHRONOUS** markers in caller.

      iii. Report \ **ENTRY** and **EXIT** markers in recipient.

6. Write useful logs!

 They are unordered.