Skip to content

Log

Monitor and debug extension activities through comprehensive logging system that tracks all life-cycle events and operations.

The Log system provides detailed insights into what's happening behind the scenes during form filling, data processing, and automation operations.

🔍 From Browser Console

Access real-time log messages directly from your browser's developer console for immediate debugging and monitoring.

Browser Console Log Messages

🛠️ How to Open Browser Console

PlatformKeyboard ShortcutAlternative Method
Windows/LinuxShift + Ctrl + JPress F12
macOSOption + ⌘ + JPress F12
All PlatformsRight-click → Inspect ElementMenu → Developer Tools

Steps to Access Logs:

  1. Open browser console using any method above
  2. Navigate to the Console tab
  3. Look for messages

📊 Log Message Types

Log LevelDescriptionExample
INFOGeneral information about extension operations[EDF] Extension initialized successfully
WARNWarning messages for potential issues[EDF] Field selector not found, using fallback
ERRORError messages for failed operations[EDF] Failed to fill field: input[name="email"]
DEBUGDetailed debugging information[EDF] Processing form field: #username

Pro Tip

Keep the browser console open while using the extension to monitor real-time operations and quickly identify any issues during form filling.


📋 Logs Monitor

Access a comprehensive logging interface directly from the extension site page to monitor and track all extension activities in real-time.

Location: Extension Site Page → Logs

Description: The Logs Monitor provides a centralized interface to view, filter, search, and export extension logs with detailed information about each operation.

Features

Log Table Columns:

ColumnDescription
TimeTimestamp of when the log was created
TypeLog level (Success, Info, Warning, Error)
URLThe page URL where the log was generated
MessageDetailed log message describing the operation
VariableAssociated variables or data
ActionsAvailable actions for the log entry

Available Actions:

ActionIconDescription
Start▶ StartStart logging/monitoring
Clear🗑 ClearClear all current logs
Export📥 ExportExport logs to file

Filter Options:

  • Success - Show only successful operations
  • Info - Show informational messages
  • Warning - Show warning messages
  • Error - Show error messages

Search: Use the search box to filter logs by message content, URL, or variables.

How to Access Logs Monitor

  1. Open the extension site page
  2. Navigate to the Logs tab
  3. Click Start to begin monitoring
  4. View real-time logs as they appear
  5. Use filters to focus on specific log types
  6. Search for specific messages or URLs
  7. Export logs for analysis or sharing

Status Bar Logging

Enable in Settings: Settings → Form Filler → Show Extension Logs in Status Bar

When enabled, the latest extension logs will be displayed in the status bar at the bottom of the page (if status bar is active).

Benefits:

  • View logs without opening the Logs Monitor
  • See real-time updates during automation
  • Quick access to latest log messages
  • Non-intrusive monitoring

Requirements:

  • Status bar must be enabled
  • "Show Extension Logs in Status Bar" setting must be turned on

Real-time Monitoring

The Logs Monitor updates in real-time as operations occur. Keep it open during automation to track progress and identify issues immediately.

Note

Log messages in the Logs Monitor are session-based and will be cleared when you close the extension site page. Export important logs before closing.


Released under the MIT License.