Automatic Reload Configuration
To ease the maintenance of logging configuration and get rid of restarting any framework process when the BAM configuration is changed, the logging system contains internal logic to automatically reload the modifications and rebuild the logger accordingly.
It can take up to 1 minute to see the changes reflected in the new logging behaviour.
Behaviour During Reload
When a changed configuration is reloaded, the BAM logging system is behind the scenes building or initialising a new output logger and switches to that new logger when building of it is completed.
This initialisation procedure will behave as if the logging system is being initialised during a process start. This means that when the configuration has incorrect settings, the system will start using the Initialisation Fallback mechanism.
The old output logger is being discarded, regardless of issues or not.
For more information about solving logging issues, see Troubleshooting about the details.