#hi Ema, running `dagger --progress logs

1 messages · Page 1 of 1 (latest)

junior stone
#

Yeah but it produces logs for everything at once and it’s super long and agents immediately run out of context

What I really want is one line pass/fail per check + “if you want to see logs for this check they’re here”

unreal echo
#

I see where you're coming from. Not sure if @jaunty locust might have been working around something to make this more context efficient for agents

jaunty locust
#

--progress=report might do the trick - it just sits quietly and prints the final report once everything is done, with logs inline:

❯ dagger check --progress report
✘ lint 54.5s 5×⣿⣿⣿⣿⡀⡀⡀⡀ ERROR
┇ Dang.lint ›
✘ withExec golangci-lint run 24.9s ERROR
pkg/dang/ast_expressions.go:1215:17: QF1011: could omit type hm.Type from declaration; it will be inferred from the right-hand side (staticcheck)
        var resultType hm.Type = baseType
                       ^
pkg/dang/ast_expressions.go:1217:16: QF1011: could omit type hm.Type from declaration; it will be inferred from the right-hand side (staticcheck)
                var elemType hm.Type = baseType
                             ^
2 issues:
* staticcheck: 2
! exit code: 1

✔ test:dagger 1m29s 30×⣿⣿⣿⣿⣧⡀⡀ OK

✔ test:language 1m0s 15×⣿⣿⣿⣿⣧⡀⡀ OK
junior stone
#

it still puts all checks into one output tho

#

i suppose