in action/log/log.go [104:114]
func buildLokiFilter() map[string]interface{} {
filter := make(map[string]interface{})
filter["query"] = Label
if Start != "" {
filter["start"] = Start
}
if End != "" {
filter["end"] = End
}
return filter
}