Improvements for Setup programs
Description
Environment
None
discovered while testing
Activity
Show:
Carlos Ruiz January 6, 2021 at 7:20 PM
Thanks @Heng Sin Low, added the option to add the log level on the command line (just on linux side).
Edited the page https://wiki.idempiere.org/en/Installing_from_Installers to add the new options
Heng Sin Low December 31, 2020 at 2:11 AM
Hi @Carlos Ruiz ,
I think we need to update https://wiki.idempiere.org/en/Installing_from_Installers for the log level parameter usage.
Regards,
Low
The setup and console-setup programs have some issues:
1 - Formerly the setup was able to receive the log level as a parameter, that was dropped when implemented in OSGi - restore this feature
2 - setup is creating a log file idempiere.* in IDEMPIERE_HOME folder and the same file in IDEMPIERE_HOME/log folder with name client.* - avoid this duplication
3 - console-setup is not creating any log - make it consistent with setup
4 - SilentSetup class is not used anymore - mark it as deprecated -> restore the functionality