-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
3.2.0
-
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)