Problem/Motivation
The minimal install profile carries a dependency on the dblog module. When you build your D8 site and export the core.extensions via CM, minimal is also a part of this export. This in turn means that disabling dblog in the future and importing an updated core.extensions will violate this dependency and issue an error like "Unable to install the Minimal module since it requires the Database Logging module."
Proposed resolution
Remove dblog as a dependency in the minimal install profile
Remaining tasks
Evaluate propsed resolution and patch.
User interface changes
Database Logging module will not be enabled when installing via Minimal install profile.
API changes
None