Commit 6d5dc18
fix: lower log level for missing base ref detection (EME-369)
Changes the logging level from warn to info when failing to detect base
branch reference in build uploads. This reduces noise in build logs for
common scenarios including detached HEAD states in PRs and main/master
branch builds where base ref detection failures are expected.
Also removes --log-level=error from test to allow info messages to be seen.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5b1fb22 commit 6d5dc18
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments