How To View Your Managed WordPress Logs

Logs are the running record of what’s happening on your site. They’re the first place to look when something goes wrong (an error page, a plugin misbehaving) or when you want to see what your site’s security is blocking.

Where: the Monitoring tab. Logs are split across three sub-tabs: Origin, Edge, and Security.

Which one you want depends on the question:

QuestionSub-tab
Why is my site erroring?Origin — your server’s own messages
Did visitors actually reach this page, and was it cached?Edge — every request as the network saw it
What’s being blocked?Security — firewall decisions

Origin logs — your server

The Origin sub-tab shows messages from your own site’s server (web server and PHP). This is where you look to diagnose errors like a blank page or a “500” error.

  • Each line shows a colour-coded level (ERROR in red, WARN in orange, INFO in blue), a timestamp, and the message.
  • Use the search box to filter to a word or phrase, and the direction toggle to show newest- or oldest-first.
  • To investigate a problem, note roughly when it happened and look for ERROR/WARN lines around that time.

Edge logs — every request that reached the network

The Edge sub-tab lists the requests arriving at the network in front of your site, whether or not they ever reached your server.

  • Each line shows the date and time, the method (GET, POST…), the status (200 OK, 404 Not Found, 403 Forbidden…), the URL requested, the host, and the visitor’s IP address. The Ray ID is the network’s reference for that single request — quote it if you contact support about one.
  • Use the Columns button (top right) to add Cache Status, Data Centre, and Response Size. Cache Status is the one worth switching on: hit means the page was served straight from the network — fast, and your server never saw the request — while miss or dynamic means it went through to your site.
  • Use the date range at the top to narrow to when the problem happened, and the column filters to focus on one status code or path.
  • This is where to look when a page loads for you but not for a visitor, when you want to confirm a redirect is working, or when you’re checking that caching is actually doing its job.

Use it alongside Origin: if a request appears here with a 500 status, the matching Origin line usually says why.

Security logs — what the firewall did

The Security sub-tab shows security events from the Cloudflare edge protecting your site — for example, requests that were blocked or challenged by the web application firewall (WAF).

  • Each event has an action badge: BLOCK, CHALLENGE (and JS/managed challenge), ALLOW, LOG, or SKIP.
  • Allowed traffic is hidden by default, so this tab normally shows only events where the firewall stepped in. An empty Security tab usually means nothing was blocked — that’s good news. To see allowed traffic too, set the action filter to ALLOW.

Good to know

  • Logs cover the last 30 days.
  • An empty Origin tab usually just means there were no log lines in the time window you’re viewing.
  • Edge shows the most recent requests for the range you pick — busy sites will show only the latest, so narrow the range when you’re looking for something specific.

Related Articles

Get online with our affordable web hosting

Get online with our affordable web hosting

Learn more now
HostPapa Mustache