Versions Compared

Key

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

Helm Chart

  • no changes

Single Page Application V 1.0

...

.0

New Features

Improved Logging

  • More logging: Logging of entering and existing of methods. This means you can much better understand the data flow during all operations. This is logged with the DEBUG logging level

  • Set logging level via env variable: LOGGING_LEVEL env variable can be used to set the logging level. Available levels:

    • TRACE

    • DEBUG

    • INFO

    • WARN

    • ERROR

    • FATAL

    • OFF

Bug fixes