Design Time Log Viewer
From 25.1.1, the Design Time user interface now includes a built-in Log Viewer that allows users to view and download server logs directly from the interface. This enhancement makes it easier to diagnose issues quickly without connecting to the server file system.
Capabilities
- View Logs in Real Time
- Users can open the Log Viewer to inspect the latest Design Time logs.
- Search Logs (Literal or Wildcard Search)You can search within the log content using:
- Literal search – exact text match
- Wildcard search – flexible pattern match using * or ?.
Examples:Search Type Example Description Literal Error connecting to DB Returns only entries that contain this exact phrase. Literal interactDT.log Finds log lines containing this exact filename. Wildcard Error*DB Matches patterns like Error occurred while connecting to DB or Error: unable to reach DB. Wildcard *timeout? Matches timeout1, timeoutA, but not timeoutXYZ. Wildcard WARN* Returns all lines that start with WARN. - Download Logs
- Logs can be downloaded directly from the UI.
- Maximum File Size Enforcement (100 MB)
- The system enforces a maximum download size of 100 MB.
- If the log size exceeds this limit, a confirmation popup prompts the
user:
Download file size exceeds 100 MB. Do you want to download only the latest interactDT.log? - Users can choose whether to continue downloading a fresh, truncated log file.
Using Design Time Log Viewer
- Navigate to Settings → Interact Settings.
- Click on Diagnostics.
- Click Interact Design Time Logs to inspect current server logs.
- Click Download to export the file.
- If log size is greater than 100 MB, respond to the popup prompt:
- Yes – Download a fresh (newly generated) log file.
- No – Cancel the download.
Note:
- This feature does not modify the existing logging configuration.
- Log downloads may take longer if the server is under heavy load.