changed default values
This commit is contained in:
		| @@ -1121,21 +1121,31 @@ | |||||||
|       }, |       }, | ||||||
|       { |       { | ||||||
|         "current": { |         "current": { | ||||||
|           "text": "debug", |           "text": "|debug|info|warn|error", | ||||||
|           "value": "debug" |           "value": "|debug|info|warn|error" | ||||||
|         }, |         }, | ||||||
|         "description": "Allows to filter the logs based on their level", |         "description": "Allows to filter the logs based on their level", | ||||||
|         "name": "LogLevel", |         "name": "LogLevel", | ||||||
|         "options": [ |         "options": [ | ||||||
|           { |  | ||||||
|             "selected": false, |  | ||||||
|             "text": "info", |  | ||||||
|             "value": "info" |  | ||||||
|           }, |  | ||||||
|           { |           { | ||||||
|             "selected": true, |             "selected": true, | ||||||
|             "text": "debug", |             "text": "debug", | ||||||
|             "value": "debug" |             "value": "|debug|info|warn|error" | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "selected": false, | ||||||
|  |             "text": "info", | ||||||
|  |             "value": "|info|warn|error" | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "selected": false, | ||||||
|  |             "text": "warn", | ||||||
|  |             "value": "|warn|error" | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "selected": false, | ||||||
|  |             "text": "error", | ||||||
|  |             "value": "|error" | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|         "query": "debug : |debug|info|warn|error , info : |info|warn|error , warn :  |warn|error , error : |error", |         "query": "debug : |debug|info|warn|error , info : |info|warn|error , warn :  |warn|error , error : |error", | ||||||
| @@ -1144,7 +1154,7 @@ | |||||||
|     ] |     ] | ||||||
|   }, |   }, | ||||||
|   "time": { |   "time": { | ||||||
|     "from": "now-24h", |     "from": "now-7d", | ||||||
|     "to": "now" |     "to": "now" | ||||||
|   }, |   }, | ||||||
|   "timepicker": { |   "timepicker": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user