Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions resources/config/crunz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ log_allow_line_breaks: false
# Set the value to true to remove them.
log_ignore_empty_context: false

# To use your own logger create class implementing
# \Crunz\Application\Service\LoggerFactoryInterface then set it bellow
logger_factory: 'Crunz\Infrastructure\Psr\Logger\PsrStreamLoggerFactory'

# This option determines whether the output should be emailed or not.
email_output: false

Expand Down