Laravel 5.6 introduced a new logging configuration that allows for custom log channels and handlers. Log channels can use different drivers like stack, single, slack, and monolog. The monolog driver provides access to its various handler classes to process logs. This new configuration provides flexibility to log to multiple destinations and customize logging as an application grows.