{"id":128329,"date":"2024-07-08T08:14:13","date_gmt":"2024-07-08T12:14:13","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=128329"},"modified":"2024-07-08T08:14:15","modified_gmt":"2024-07-08T12:14:15","slug":"cwp-log-paths","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/","title":{"rendered":"CWP Log Paths"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths-1024x538.png\" alt=\"CWP Log Paths\" class=\"wp-image-128330\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>Logs are essential for server management, providing detailed records of activities and events that occur on your server. In <a href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/\">Control Web Panel<\/a> (CWP), logs are crucial for diagnosing issues, monitoring system performance, and ensuring security. This article provides a comprehensive guide to the log paths in CWP, helping you locate and understand the various logs available.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#understanding\">Understanding Log Files<\/a><\/li>\n\n\n\n<li><a href=\"#system\">System Logs<\/a><\/li>\n\n\n\n<li><a href=\"#apache\">Apache Logs<\/a><\/li>\n\n\n\n<li><a href=\"#nginx\">Nginx Logs<\/a><\/li>\n\n\n\n<li><a href=\"#mail\">Mail Logs<\/a><\/li>\n\n\n\n<li><a href=\"#cwp-specific\">CWP-Specific Logs<\/a><\/li>\n\n\n\n<li><a href=\"#mysql\">MySQL\/MariaDB Logs<\/a><\/li>\n\n\n\n<li><a href=\"#ssl\">SSL Let\u2019s Encrypt Logs<\/a><\/li>\n\n\n\n<li><a href=\"#conclusion\">Conclusion<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading toc-anchor\" id=\"understanding\">Understanding Log Files<\/h2>\n\n\n\n<p>Log files are records of events and messages generated by your server\u2019s operating system, services, and applications. They include information on errors, access attempts, system warnings, and more. By regularly reviewing these logs, administrators can troubleshoot issues, enhance security, and maintain optimal server performance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading toc-anchor\" id=\"system\">System Logs<\/h2>\n\n\n\n<p>Logs from the system itself, services, and various applications running on the system are located within <code>\/var\/log<\/code>. Examples of logs located in this directory include:  <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/log\/messages<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> General system log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> System messages, warnings, errors, FTP, BIND\/Named<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/log\/secure<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Information related to authentication and authorization. <\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Authentication logs, login attempts, SSH<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/log\/lfd.log<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> CSF &amp; LFD Firewall log<\/li>\n\n\n\n<li><strong>Information it contains: <\/strong>Failed login attempts, IP addresses that have been blocked by CSF<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/log\/cwp_client_login.log<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Admin login log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Failed and successful logins to CWP Admin Panel<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading toc-anchor\" id=\"apache\">Apache Logs<\/h2>\n\n\n\n<p>The logs for Apache are located in <code>\/usr\/local\/apache\/logs<\/code> (main logs) and <code>\/usr\/local\/apache\/domlogs<\/code> (per domain). Examples of logs in this directory include:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\/usr\/local\/apache\/logs\/access_log<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Apache access log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> HTTP requests to the web server<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/usr\/local\/apache\/logs\/error_log<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Apache error log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Server errors, warnings<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/usr\/local\/apache\/domlogs\/$DOMAIN.COM.error.log<\/h3>\n\n\n\n<p class=\"alert alert-warning\">Replace $DOMAIN.COM with the actual domain name<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Domain-specific error log <\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Errors thrown by the website\/application, Mod Security errors, SSL warnings\/errors<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading toc-anchor\" id=\"nginx\">Nginx Logs (if applicable)<\/h2>\n\n\n\n<p>The logs for Nginx are located within <code>\/var\/log\/nginx<\/code>. Examples of logs within this directory include:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\/var\/log\/nginx\/access.log<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Nginx access log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Requests processed by Nginx<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/log\/nginx\/error.log<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Nginx error log<\/li>\n\n\n\n<li><strong>Information it contains: <\/strong>Errors encountered by Nginx<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading toc-anchor\" id=\"mail\">Mail Logs<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/log\/maillog<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Mail server log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Email transactions, SMTP, delivery issues<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/log\/dovecot.log<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Dovecot error log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Warning and error messages for IMAP\/POP3 connections for Dovecot<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/log\/dovecot-info.log<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Dovecot information log<\/li>\n\n\n\n<li><strong>Information it contains: <\/strong>Informative messages such as failed and successful logins for IMAP\/POP3 connections for Dovecot<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading toc-anchor\" id=\"cwp-specific\">CWP-Specific Logs<\/h2>\n\n\n\n<p>CWP-specific server and server services logs are located in <code>usr\/local\/cwpsrv\/logs\/<\/code> and <code>\/usr\/local\/cwp\/php*\/var\/log\/<\/code>. Example logs located in these directories include: <\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\/usr\/local\/cwpsrv\/logs\/error_log<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> CWP web server error log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Errors related to the CWP interface <\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\/usr\/local\/cwpsrv\/logs\/access_log<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> CWP web server access log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Access records for the CWP interface<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/usr\/local\/cwpsrv\/var\/services\/roundcube\/logs\/<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> Roundcube log directory<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Roundcube mail transactions, failed logins<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading toc-anchor\" id=\"mysql\">MySQL\/MariaDB Logs<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/lib\/mysql\/$HOSTNAME.err<\/h3>\n\n\n\n<p class=\"alert alert-warning\">Replace $HOSTNAME with the server\u2019s actual hostname<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose: <\/strong>MySQL error log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Root causes for MySQL\/MariaDB errors<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading toc-anchor\" id=\"ssl\">SSL Let\u2019s Encrypt Logs<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\/var\/log\/cwp\/autossl.log<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> AutoSSL log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> All transactions performed by AutoSSL, including installation and removal of AutoSSLs. <\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/root\/.acme.sh\/acme.sh.log<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Purpose:<\/strong> ACME.sh log<\/li>\n\n\n\n<li><strong>Information it contains:<\/strong> Output from the <code>acme.sh<\/code> Let\u2019s Encrypt shell script that is used to issue and renew free certificates automatically. <\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n\n<p>Understanding and managing log files in <a href=\"https:\/\/control-webpanel.com\" target=\"_blank\" rel=\"noreferrer noopener\">CWP<\/a> is essential for maintaining server health and security. By regularly monitoring logs, you can diagnose issues promptly and ensure your server operates smoothly.<\/p>\n\n\n<div class=\"jumbotron\" style=\"text-align:center;\">\r\n<p style=\"font-size: 20px;\"><strong>Scalable VPS Infrastructure, Fully Managed<\/strong><\/p>\r\n<p>When shared hosting can't handle your traffic, VPS delivers dedicated resources that scale with demand. Our team manages the technical complexity while you manage your business.<\/p>\r\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>NVMe Storage &nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>High-Availability &nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>Ironclad Security &nbsp;&nbsp; <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>Premium Support<\/p>\r\n<p><a class=\"btn btn-primary btn-lg\" href=\"https:\/\/www.inmotionhosting.com\/vps-hosting?mktgp=t&irgwc=1&affiliates=5001860&utm_campaign=Jumbotron&utm_source=supportcenter&utm_medium=cta&utm_term=vps-cta2\">VPS Hosting<\/a><\/p>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Logs are essential for server management, providing detailed records of activities and events that occur on your server. In Control Web Panel (CWP), logs are crucial for diagnosing issues, monitoring system performance, and ensuring security. This article provides a comprehensive guide to the log paths in CWP, helping you locate and understand the various logs<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57032,"featured_media":128330,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4599],"tags":[],"class_list":["post-128329","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-server-management"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CWP Log Paths | InMotion Hosting<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CWP Log Paths | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Logs are essential for server management, providing detailed records of activities and events that occur on your server. In Control Web Panel (CWP), logs are crucial for diagnosing issues, monitoring system performance, and ensuring security. This article provides a comprehensive guide to the log paths in CWP, helping you locate and understand the various logs Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-08T12:14:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-08T12:14:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Derrell\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Derrell\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/\"},\"author\":{\"name\":\"Derrell\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0736f70b4077032374f89709cdc255b7\"},\"headline\":\"CWP Log Paths\",\"datePublished\":\"2024-07-08T12:14:13+00:00\",\"dateModified\":\"2024-07-08T12:14:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/\"},\"wordCount\":641,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png\",\"articleSection\":[\"Server Management\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/\",\"name\":\"CWP Log Paths | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png\",\"datePublished\":\"2024-07-08T12:14:13+00:00\",\"dateModified\":\"2024-07-08T12:14:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CWP Log Paths\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0736f70b4077032374f89709cdc255b7\",\"name\":\"Derrell\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/derrell-willis\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/derrellw\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CWP Log Paths | InMotion Hosting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/","og_locale":"en_US","og_type":"article","og_title":"CWP Log Paths | InMotion Hosting","og_description":"Logs are essential for server management, providing detailed records of activities and events that occur on your server. In Control Web Panel (CWP), logs are crucial for diagnosing issues, monitoring system performance, and ensuring security. This article provides a comprehensive guide to the log paths in CWP, helping you locate and understand the various logs Read More >","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2024-07-08T12:14:13+00:00","article_modified_time":"2024-07-08T12:14:15+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png","type":"image\/png"}],"author":"Derrell","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Derrell","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/"},"author":{"name":"Derrell","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0736f70b4077032374f89709cdc255b7"},"headline":"CWP Log Paths","datePublished":"2024-07-08T12:14:13+00:00","dateModified":"2024-07-08T12:14:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/"},"wordCount":641,"commentCount":1,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png","articleSection":["Server Management"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/","name":"CWP Log Paths | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png","datePublished":"2024-07-08T12:14:13+00:00","dateModified":"2024-07-08T12:14:15+00:00","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/control-web-panel\/cwp-admin\/server-management\/cwp-log-paths\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"CWP Log Paths"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/0736f70b4077032374f89709cdc255b7","name":"Derrell","sameAs":["https:\/\/www.linkedin.com\/in\/derrell-willis"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/derrellw\/"}]}},"jetpack_featured_media_url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2024\/07\/cwp-log-paths.png","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/128329","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57032"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=128329"}],"version-history":[{"count":4,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/128329\/revisions"}],"predecessor-version":[{"id":128334,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/128329\/revisions\/128334"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media\/128330"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=128329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=128329"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=128329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}