<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Loubna</title>
    <description>The latest articles on DEV Community by Loubna (@geronde).</description>
    <link>https://dev.to/geronde</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3205802%2F28c79f0d-b389-4d2d-9e55-6889cf3402bf.png</url>
      <title>DEV Community: Loubna</title>
      <link>https://dev.to/geronde</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/geronde"/>
    <language>en</language>
    <item>
      <title>Your First Stop for SFCC Troubleshooting: WebDAV Logs</title>
      <dc:creator>Loubna</dc:creator>
      <pubDate>Sun, 25 May 2025 22:02:44 +0000</pubDate>
      <link>https://dev.to/geronde/your-first-stop-for-sfcc-troubleshooting-webdav-logs-2ijf</link>
      <guid>https://dev.to/geronde/your-first-stop-for-sfcc-troubleshooting-webdav-logs-2ijf</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;As an SFCC developer, when something breaks, my first stop is usually WebDAV in Business Manager.&lt;/strong&gt; It holds everything—system logs, job logs, service logs, and of course error logs (both core and custom).&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  1. Finding the Right Log
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;In Business Manager, go to
&lt;strong&gt;Administration → Site Development → Development Setup → Log Files → WebDAV&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Drill into your site’s environment folder and grab the &lt;code&gt;*-Error.log&lt;/code&gt; (or your custom log, e.g. &lt;code&gt;custom-***.log&lt;/code&gt;).
&lt;/li&gt;
&lt;li&gt;Convert the customer’s bug timestamp to GMT—WebDAV timestamps are in UTC.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  2. Why WebDAV Matters
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Zero setup&lt;/strong&gt;: No extra installs or extensions required.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Raw data&lt;/strong&gt;: Get unfiltered &lt;code&gt;.log&lt;/code&gt; files—perfect for &lt;code&gt;grep&lt;/code&gt;, piping into scripts, or any custom tooling.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  3. WebDAV’s Limitations
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;30-day retention&lt;/strong&gt;
Error logs are kept for 30 days. For other log-type retention periods, see the &lt;a href="https://developer.salesforce.com/docs/commerce/b2c-commerce/guide/b2c-log-files-overview.html" rel="noopener noreferrer"&gt;official docs&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;10 MB/day cap&lt;/strong&gt;
Each server can write up to 10 MB per GMT day. Once the limit is hit, logging pauses until midnight UTC.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Coverage gaps&lt;/strong&gt;
Not every code path is logged by default. Add &lt;code&gt;Logger.error&lt;/code&gt; (or other &lt;code&gt;Logger&lt;/code&gt; calls) in key &lt;code&gt;try…catch&lt;/code&gt; blocks (e.g. order creation, payment callbacks) so you don’t miss vital errors.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Enhancing WebDAV with Demandware With Ease
&lt;/h2&gt;

&lt;p&gt;When raw logs get unwieldy, the &lt;strong&gt;Demandware With Ease&lt;/strong&gt; browser extension supercharges your WebDAV view:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Color-coded directories&lt;/strong&gt; by last-modified date
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;File-size tags&lt;/strong&gt; to spot bloated logs at a glance
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tree vs. flat views&lt;/strong&gt; for deep directory navigation
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Learn more in the &lt;a href="https://dwithease.com/docs/#/?id=webdav-directories-logs" rel="noopener noreferrer"&gt;DWWithEase WebDAV docs&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>sfcc</category>
      <category>logs</category>
      <category>troubleshoot</category>
    </item>
  </channel>
</rss>
