Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Remove error_notification from the configuration yml tree
Browse files Browse the repository at this point in the history
  • Loading branch information
dizda committed Jun 27, 2015
1 parent 0e51270 commit d93b879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 0 additions & 9 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ public function getConfigTreeBuilder()
$rootNode
->children()
->scalarNode('output_file_prefix')->defaultValue(gethostname())->end()
->arrayNode('error_notification')
->addDefaultsIfNotSet()
->children()
->scalarNode('from')->defaultValue('[email protected]')->end()
->arrayNode('to')
->prototype('scalar')->end()
->end()
->end()
->end()
->scalarNode('timeout')->defaultValue(300)->end()
->arrayNode('processor')
->addDefaultsIfNotSet()
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ $ php app/console dizda:backup:start zip

In addition, using -F or --folder option the folders also will be added to the backup.

Obviously, if some problems occurs during the backup process, you can configure monolog to send you emails.

Which archiver do I use?
------------------------

Expand Down

0 comments on commit d93b879

Please sign in to comment.