Index: wp-config-sample.php
===================================================================
--- wp-config-sample.php	(revision 46748)
+++ wp-config-sample.php	(working copy)
@@ -73,9 +73,15 @@
  * in their development environments.
  *
  * For information on other constants that can be used for debugging,
- * visit the documentation.
+ * visit the Codex.
  *
  * @link https://wordpress.org/support/article/debugging-in-wordpress/
+ *
+ * Some examples of the debug constants you can enable
+ *
+ * define( 'WP_DEBUG_LOG', true ) - save all errors to a debug.log file
+ * define( 'WP_DEBUG_DISPLAY', false ); - prevent the errors from showing in the HTML of pages
+ *
  */
 define( 'WP_DEBUG', false );
 
