-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API Update API to reflect changes to CLI interaction
- Loading branch information
1 parent
e9b90e9
commit 6a7206a
Showing
2 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
Name: file-migration | ||
--- | ||
# Remove the HTTPOutputHandler from the logger on the file migration. | ||
# Remove the ErrorOutputHandler from the logger on the file migration. | ||
# It logs a lot of >= NOTICE errors that pollute the output with backtrace. | ||
SilverStripe\Core\Injector\Injector: | ||
Psr\Log\LoggerInterface.quiet: | ||
type: singleton | ||
class: Monolog\Logger | ||
constructor: | ||
- "file-migration" | ||
- "file-migration" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters