-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added config validate translation strings * db poll and debug translations, see hechoendrupal/drupal-console#3002
- Loading branch information
Showing
3 changed files
with
22 additions
and
11 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
options: | ||
type: 'Filter events by a specific type' | ||
severity: 'Filter events by a specific level of severity' | ||
user-id: 'Filter events by a specific user id' | ||
messages: | ||
event-id: 'Event ID' | ||
type: Type | ||
date: Date | ||
message: Message | ||
user: User | ||
severity: Severity | ||
invalid-severity: 'Severity type is invalid, filter was ignored' |
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
description: 'Poll the watchdog and print new log entries every x seconds' | ||
arguments: | ||
duration: 'Duration in seconds which to sleep between database reads' | ||
messages: | ||
warning: | | ||
Do not use in production environments | ||
As this script blocks you are advised to only run it on vm's with multiple cores for performance reasons | ||
Stop this polling mechanism before you clean/truncate the watchdog table! | ||
Quit with ^C |