minor doc fix to sync with code
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / Manual / Troubleshooting.pod
index ebfb71b..41f55ff 100644 (file)
@@ -1,10 +1,20 @@
-=head1 Troubleshooting
+=head1 NAME
 
-=over 4
+DBIx::Class::Manual::Troubleshooting - Got a problem? Shoot it.
 
-=item 
+=head2  "Can't locate storage blabla"
+
+=head2 Tracing SQL
+
+The C<DBIX_CLASS_STORAGE_DBI_DEBUG> environment variable controls
+SQL tracing, so to see what is happening try
+
+  export DBIX_CLASS_STORAGE_DBI_DEBUG=1
+
+Alternatively use the C<storage->debug> class method:-
+
+  $class->storage->debug(1);
 
-=back
 
 =cut