694480f2ae
ci/woodpecker/push/woodpecker Pipeline was successful
- Replace LOG_D calls with debug() function - Replace LOG_I calls with info() function - Maintain echo() in build-time overrides script - Fix 'command not found' errors for LOG_I function - Ensure consistent logging format across all runtime scripts Modified files: - customer/usr/local/bin/common.sh: 4 LOG_D -> debug calls - customer/usr/local/bin/setup.sh: 3 LOG_I -> info, 1 LOG_D -> debug calls - customer/usr/local/bin/run.sh: 2 LOG_I -> info calls - customer/usr/local/bin/entry.sh: already using info() calls (no changes needed)