--- xmlsitemap_engines.admin.inc.orig	2015-01-19 15:05:47.631502700 -0500
+++ xmlsitemap_engines.admin.inc	2015-01-19 15:01:23.857636000 -0500
@@ -17,6 +17,17 @@ function xmlsitemap_engines_settings_for
   }
   asort($engine_options);
 
+  $form['submission'] = array(
+    '#type' => 'fieldset',
+    '#title' => t('Submission settings'),
+    '#collapsible' => TRUE,
+  );
+  $form['submission']['xmlsitemap_engines_log_access'] = array(
+    '#type' => 'checkbox',
+    '#title' => t('Log access'),
+    '#description' => t('If enabled, a watchdog entry will be made each time the sitemap is accessed, containing information about the requestor.'),
+    '#default_value' => variable_get('xmlsitemap_engines_log_access', FALSE),
+  );
   $form['xmlsitemap_engines_engines'] = array(
     '#type' => 'checkboxes',
     '#title' => t('Submit the sitemap to the following engines'),
