return log.GetQueueLog(m.Context, queue, func(t time.Time, line string, stderr bool) (err error) {
        var msg string
        if timestamp {
            msg = fmt.Sprintf("%v %s", t.Format(PrintTimeFormat), line)
        } else {