LogiFix FAQ

Frequently Asked Questions about using our AI debugging assistant

How to Use LogiFix

LogiFix is an AI-powered debugging assistant that analyzes error logs, API responses, and other debugging information to provide intelligent solutions. Here's how to get the most out of it:

Text Input

What it is: Direct pasting of error messages, log snippets, or API responses.

Best for: Quick analysis of error messages that you've copied from your console, terminal, or application logs.

How to use: Simply paste your error text in the provided text area and click "Analyze".

Tip: Include context around the error for more accurate analysis.
Log File

What it is: Path to a log file stored on the server.

Best for: Analyzing application logs that are saved on the server filesystem.

How to use: Enter the absolute or relative path to the log file (e.g., "/var/log/application.log" or "logs/errors.log").

Tip: The system will extract the most recent relevant errors from the file.
Web API

What it is: URL endpoint that returns logs or error data.

Best for: Retrieving logs from remote services, microservices, or log aggregation APIs.

How to use: Enter the full URL of the API endpoint that returns log data (e.g., "https://api.example.com/logs").

Tip: The API should return raw logs or a JSON structure containing log entries.
Database

What it is: SQL query to retrieve log data from a database.

Best for: Applications that store logs in a database table.

How to use: Enter the database path and a SQL query that retrieves log entries.

Example query: SELECT message, timestamp, level FROM error_logs WHERE level = 'ERROR' ORDER BY timestamp DESC LIMIT 10

Tip: Use ORDER BY and LIMIT to focus on the most recent or relevant errors.
HAR File

What it is: HTTP Archive (HAR) file that captures network activity.

Best for: Debugging web application issues, API problems, or network-related errors.

How to use: Upload a HAR file exported from your browser's developer tools.

How to generate a HAR file:

  • Chrome/Edge: F12 → Network tab → Right-click → "Save all as HAR"
  • Firefox: F12 → Network tab → Click gear icon → "Save All As HAR"
  • Safari: Enable developer menu → Web Inspector → Network tab → Export
Tip: Reproduce the error before exporting the HAR file to capture relevant requests.

Analysis Components
Error Type

Identifies the specific type of error detected in your logs (e.g., "NullPointerException", "TypeError", "Database Connection Failure").

Root Cause

The fundamental reason behind the error, analyzing what triggered the error condition.

Severity

Rates how critical the error is:

  • High: Critical issues requiring immediate attention
  • Medium: Important but not blocking entire application
  • Low: Minor issues or warnings
Potential Fixes

Practical solutions and steps to resolve the error, ranging from code changes to configuration adjustments.

Additional Resources
Code Examples

When applicable, the AI provides sample code to implement the suggested fixes.

Stack Overflow Solutions

Related Stack Overflow questions and answers that might provide additional context or alternative solutions.

Preparing Logs
  • Include stack traces when available
  • Add context around the error (preceding log lines)
  • Remove sensitive information (passwords, API keys)
  • Include system information when relevant
Using the Dashboard
  • Review past analyses to track recurring issues
  • Use filters to focus on high-severity problems
  • Group similar errors to identify patterns
  • Compare error frequencies across different sources

Subscription Plans

LogiFix offers multiple subscription plans to meet your debugging needs. Here's everything you need to know about our plans:

Feature Free Pro Business
Monthly Analyses 10 100 Unlimited
History Retention 7 days Unlimited Unlimited
HAR Analysis
Advanced API Debugging
Stack Overflow Integration Basic Advanced Advanced
Team Access 10 users
Priority Processing

How am I billed?

All plans are billed monthly. Your subscription will automatically renew each month until canceled. We accept all major credit cards through our secure payment processor, Stripe.

Can I upgrade or downgrade my plan?

Yes, you can change your plan at any time:

  • Upgrades take effect immediately with prorated billing for the remainder of your current billing cycle.
  • Downgrades take effect at the end of your current billing cycle to ensure you receive the full value of your current plan.
What happens if I exceed my monthly analysis limit?

If you reach your monthly analysis limit, you'll need to upgrade to a higher tier plan or wait until your next billing cycle for your quota to reset. We'll notify you when you're approaching your limit.

How do I cancel my subscription?

You can cancel your subscription at any time from your account settings. After cancellation, your plan will remain active until the end of your current billing period, then automatically downgrade to the Free plan.

Need something more tailored to your organization? Our Business plan can be customized for enterprise requirements:

Enhanced Security
  • SSO Integration
  • Role-based access control
  • Audit logging
  • Data residency options
Custom Team Size
  • More than 10 team members
  • Team usage analytics
  • Custom roles and permissions
  • Team onboarding support
Contact us at enterprise@logifix.ai to discuss your specific requirements and get a custom quote.

Support & Technical Questions

API Integration

LogiFix offers a REST API for programmatic debugging integration:

  • Seamless CI/CD pipeline integration
  • Real-time error monitoring
  • Custom dashboard integration
  • Automated error handling workflows

API documentation is available for Pro and Business plan subscribers.

Security & Data Privacy

We take security and privacy seriously:

  • All communications are encrypted with TLS
  • Error data is processed in memory and never permanently stored without your consent
  • Personal or sensitive data is automatically detected and redacted
  • You control how long your data is retained
For additional questions or support, contact us at support@logifix.ai