debug: prefix all bunker logs with [bunker] for easy filtering

- Update App.tsx reconnection logs
- Update highlightCreationService signing logs
- Update LoginOptions error logs
- Makes it easy to filter console with 'bunker' keyword
This commit is contained in:
Gigi
2025-10-16 22:12:56 +02:00
parent 272066c6e0
commit 6a59ecfa47
3 changed files with 13 additions and 13 deletions

View File

@@ -59,7 +59,7 @@ const LoginOptions: React.FC = () => {
setBunkerUri('')
setShowBunkerInput(false)
} catch (err) {
console.error('Bunker login failed:', err)
console.error('[bunker] Login failed:', err)
const errorMessage = err instanceof Error ? err.message : 'Failed to connect to bunker'
// Check for permission-related errors