Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One can set up an external logging tool like Redis to support logging.


Image Added

Naming conventions for streams:

General logs: Standard output and system logs. Produced while system is up and never purged.

EVE instance having <UUID> will produce the following logs

LOGS_ALL_EVE_<UUID>  

INFO_ALL_EVE_<UUID>

..._ALL_EVE_<UUID>


All logs (ADAM)ADAM instance having <UUID> will produce the following logs

LOGS_ALL_ADAM_<UUID>

..._ALL_ADAM_<UUID>Tests


Customized logs: Logs that are triggered by explicit commands to Adam.

LOGS_TEST_<TEST_ID>

INFO_TEST_<TEST_ID>

...