Log upgrade prompt in console instead of with configurable logger

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 3.3.0-alpha2, 3.3.0
    • Affects Version/s: 3.2.0
    • Component/s: backend
    • None
    • Not defined

      Context:

      Currently, during upgrade, we use `log.info` to log the message asking users if they have backed up their data. This message needs to be confirmed by the user in order for the upgrade procedure to continue. However, users can configure logging with the environment-logback config file, for example in a way that doesn't log "info" level or that only logs to a file instead of the console. This can be confusing and can make it look as if the upgrade procedure is stuck since it will not continue until the user has input "y" in the console, yet the console is not showing the respective prompt.

      AT:

      • Interactive prompts are always output to the console (eg with System.out)

            Assignee:
            Unassigned
            Reporter:
            Helene Waechtler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: