File tree Expand file tree Collapse file tree 3 files changed +22
-11
lines changed Expand file tree Collapse file tree 3 files changed +22
-11
lines changed Original file line number Diff line number Diff line change
1
+ options :
2
+ type : ' Filter events by a specific type'
3
+ severity : ' Filter events by a specific level of severity'
4
+ user-id : ' Filter events by a specific user id'
5
+ messages :
6
+ event-id : ' Event ID'
7
+ type : Type
8
+ date : Date
9
+ message : Message
10
+ user : User
11
+ severity : Severity
12
+ invalid-severity : ' Severity type is invalid, filter was ignored'
Original file line number Diff line number Diff line change @@ -2,19 +2,9 @@ description: 'Display current log events for the application'
2
2
arguments :
3
3
event-id : ' DBLog event ID'
4
4
options :
5
- type : ' Filter events by a specific type'
6
- severity : ' Filter events by a specific level of severity'
7
- user-id : ' Filter events by a specific user id'
8
5
asc : ' List events in ascending order'
9
6
limit : ' Limit results to a specific number'
10
7
offset : ' Starting point of a limit'
11
- asc : ' List events in ascending order '
8
+ yml : ' Print in a yml style '
12
9
messages :
13
- event-id : ' Event ID'
14
- type : Type
15
- date : Date
16
- message : Message
17
- user : User
18
- severity : Severity
19
- invalid-severity : ' Severity type is invalid, filter was ignored'
20
10
not-found : ' DBLog event "%s" wasn'' t found'
Original file line number Diff line number Diff line change
1
+ description : ' Poll the watchdog and print new log entries every x seconds'
2
+ arguments :
3
+ duration : ' Duration in seconds which to sleep between database reads'
4
+ messages :
5
+ warning : |
6
+ Do not use in production environments
7
+ As this script blocks you are advised to only run it on vm's with multiple cores for performance reasons
8
+ Stop this polling mechanism before you clean/truncate the watchdog table!
9
+ Quit with ^C
You can’t perform that action at this time.
0 commit comments