Skip to main content
You can retrieve the build logs using the SDK.

Default logger

We provide a default logger that you can use to filter logs by level:

Custom logger

You can customize how logs are handled:
The onBuildLogs/on_build_logs callback receives structured LogEntry objects with the following properties:
Together with the LogEntry type, there are also LogEntryStart and LogEntryEnd types that indicate the start and end of the build process. Their default log level is debug and you can use them to like this: