Up to and including previous releases to 14.5.1, the LOAD DESIGN command listed the databases that were updated by the design refresh directly in the Domino server console. This provided immediate and essential feedback to developers and support staff.
In 14.5.1, this behavior has changed. The console output is now limited to:
[2808:0002-0804] 2026-04-30 09:35:33 Database Designer started
[2808:0002-0804] 2026-04-30 09:35:35 Design refresh completed. Logfile: [D:\IBM\Domino\data\IBM_TECHNICAL_SUPPORT\design_update.log] Runtime: 1 seconds
[2808:0002-0804] 2026-04-30 09:35:35 Database Designer shutdown
As a result, there is no longer any visibility in the console into which databases were actually updated.
Impact:
This is a significant regression in usability:
-
Developers have lost instant visual feedback and must now either
log on to the server filesystem to inspect design_update.log, or
rely on the -mt parameter to email the log contents.
We run LOAD DESIGN several times per hour on our development servers when working on upcoming releases. Requiring email checks or server access for every run is not operationally viable.
Our support organization also uses built-in application functionality that triggers LOAD DESIGN from version servers during upgrades and hotfix deployments.
In these scenarios, support personnel rely on console output to verify results without connecting to customer servers. This workflow is no longer possible.
Request:
Please confirm whether this change is intentional. If so, we strongly request:
restoration of database-level output in the server console, or
a new option/switch that enables the previous detailed console logging behavior.
The removal of this feedback significantly increases manual effort and impacts both development and support workflows.
Daniel Nashed posted a very complete response in the Discord chat too:
There is a command-line switch as well. The new functionality was introduced in 14.5 as part of the AutoUpdate functionality. There was a longer thread in the EAP forum to ask for detail. All the changes have been implemented like this on purpose. It is not a regression. It is intended and the developer made sure it can be all reverted if you want it in a different way. Beside the notes.ini settings there are command-line overrides. Here is the current 14.5.1 command-line. You can force it both ways. Set the notes.ini to turn the new logging for an enabled it only for certain design refresh operations. Or the other way round. There is no replace functionality in the design task. just a refresh. Replace functionality is implemented in the convert task. The whole feature was community driven. It was raised in the EAP forum. There is no one size that fits all. Everyone works differently. Admins and Developers have different needs. That's why the change can be reverted back to the previous behavior. See current help in next message...
Never mind, turns ut there is a notes.ini parameter for this, DISABLE_DESIGN_LOG=1. HCL Support just did not know about it.