Fortinet black logo

Administration Guide

Step-by-step troubleshooting for log display on FortiWeb GUI failures

Step-by-step troubleshooting for log display on FortiWeb GUI failures

Logs could be displayed before but now it’s empty on GUI

Please follow these steps to check the issue:

  1. Check if logs files (/var/log/fwlog/root/disklog) are still there.
    If no, check if someone executed formatlogdisk command or deleted log files by mistake; if yes, go next step.
  2. Check if mysqld still works:
    • Check “ps | grep mysqld” to verify the daemon is still running and without keep restarting

    • Check error.log & check dlog_indexd to see if there are error messages; referring to above section 8.1

    • Download error.log & check dlog_indexd for further investigation

    • You can also try to reboot FortiWeb to see if the log issue may disappear

  3. Execute db rebuild. if it still does not work, go to the next step.
  4. Diagnose hardware check to see if HD is ok. If no, then go RMA; if yes, keep the debug info and contact support.

Old logs are available on GUI but no new logs displayed

Some possible causes:

HA-AA mode: In this mode, all the FortiWebs are active and requests are distributed over them. Every FortiWeb in this mode processes its own requests and keeps its own logs. If you do not see logs on one FortiWeb, check the logs on the other FortiWebs.

Database is rebuilding: For some cases, it would take a long time to complete database rebuild. While the database is rebuilding, new generated logs are postponed to be written to the database so that the new generated logs are not available immediately on GUI. The logs are entirely saved in log files, no logs would be lost.

Daemons issues: try DB rebuild

For other causes, please follow these steps to check the issue:

  1. Verify the configuration.
  2. Verify that logd and indexd are working normally and stably.
  3. Check “diagnose debug application logd” to see if logd is receiving logs.
    • if no, it indicates that FortiWeb function/daemons does not send logs to logd. You need to check the issue of corresponding daemons.
    • if yes, go to the next step.
  4. Check “diagnose debug application logd” output to see if logs have been saved to log files, or you can double check log files (tail -f /var/log/fwlog/root/disk/tlog.log, or elog.log/alog.log).
    • if no, check if the log disk is full:

      df -h

    • Execute hardware health check to see if hard disk is normal.

      if yes, go to next step

  5. Check dlog_indexd to see if logs are processed and delivered to the log database.
  6. Collect results of above diagnose steps and download error.log & check dlog_indexd for further investigation.

New logs displayed on GUI with delay

  1. Check if system cpu usage is very high.

    If CPU usage is very high, logs may not be able to be delivered to logd or written to disk, thus cannot be displayed immediately.

  2. Check dlog_indexd, to see if doing db rebuild or other daemons occupies resource and delay the new logs.

Step-by-step troubleshooting for log display on FortiWeb GUI failures

Logs could be displayed before but now it’s empty on GUI

Please follow these steps to check the issue:

  1. Check if logs files (/var/log/fwlog/root/disklog) are still there.
    If no, check if someone executed formatlogdisk command or deleted log files by mistake; if yes, go next step.
  2. Check if mysqld still works:
    • Check “ps | grep mysqld” to verify the daemon is still running and without keep restarting

    • Check error.log & check dlog_indexd to see if there are error messages; referring to above section 8.1

    • Download error.log & check dlog_indexd for further investigation

    • You can also try to reboot FortiWeb to see if the log issue may disappear

  3. Execute db rebuild. if it still does not work, go to the next step.
  4. Diagnose hardware check to see if HD is ok. If no, then go RMA; if yes, keep the debug info and contact support.

Old logs are available on GUI but no new logs displayed

Some possible causes:

HA-AA mode: In this mode, all the FortiWebs are active and requests are distributed over them. Every FortiWeb in this mode processes its own requests and keeps its own logs. If you do not see logs on one FortiWeb, check the logs on the other FortiWebs.

Database is rebuilding: For some cases, it would take a long time to complete database rebuild. While the database is rebuilding, new generated logs are postponed to be written to the database so that the new generated logs are not available immediately on GUI. The logs are entirely saved in log files, no logs would be lost.

Daemons issues: try DB rebuild

For other causes, please follow these steps to check the issue:

  1. Verify the configuration.
  2. Verify that logd and indexd are working normally and stably.
  3. Check “diagnose debug application logd” to see if logd is receiving logs.
    • if no, it indicates that FortiWeb function/daemons does not send logs to logd. You need to check the issue of corresponding daemons.
    • if yes, go to the next step.
  4. Check “diagnose debug application logd” output to see if logs have been saved to log files, or you can double check log files (tail -f /var/log/fwlog/root/disk/tlog.log, or elog.log/alog.log).
    • if no, check if the log disk is full:

      df -h

    • Execute hardware health check to see if hard disk is normal.

      if yes, go to next step

  5. Check dlog_indexd to see if logs are processed and delivered to the log database.
  6. Collect results of above diagnose steps and download error.log & check dlog_indexd for further investigation.

New logs displayed on GUI with delay

  1. Check if system cpu usage is very high.

    If CPU usage is very high, logs may not be able to be delivered to logd or written to disk, thus cannot be displayed immediately.

  2. Check dlog_indexd, to see if doing db rebuild or other daemons occupies resource and delay the new logs.