Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[6.x] Allow configurable emergency logger (#30873)
* Updated createEmergencyLogger This allows for an emergency logger channel config item in config/logging.php Use case: Serverless environment or Docker container without persistent storage. If main logger fails, logs may be lost. This will help prevent that by allowing us to specify stderr or stdout as the logger's path. (This will allow us to forward logs onto an ELK stack etc.) * Update LogManager.php * Not allowed to use the storage_path helper outside of Foundation * Revert change to doc
- Loading branch information