[doc/book] note about reducing log level stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 16 Apr 2010 17:38:26 +0200
branchstable
changeset 5316 2b61c6d0f492
parent 5315 2c23d2fd3b51
child 5317 ab757d9be796
[doc/book] note about reducing log level
doc/book/en/admin/create-instance.rst
--- a/doc/book/en/admin/create-instance.rst	Fri Apr 16 17:37:57 2010 +0200
+++ b/doc/book/en/admin/create-instance.rst	Fri Apr 16 17:38:26 2010 +0200
@@ -36,8 +36,10 @@
 
 start / stop
 ~~~~~~~~~~~~
+
 When this command is completed, the definition of your instance is
-located in :file:`~/etc/cubicweb.d/myinstance/*`. To launch it, you just type ::
+located in :file:`~/etc/cubicweb.d/myinstance/*`. To launch it, you
+just type ::
 
   cubicweb-ctl start -D myinstance
 
@@ -55,6 +57,12 @@
 
 This is it! All is settled down to start developping your data model...
 
+.. note::
+
+  The output of `cubicweb-ctl start -D myinstance` can be
+  overwhelming. It is possible to reduce the log level with the
+  `--loglevel` parameter as in `cubicweb-ctl start -D myinstance -l
+  info` to filter out all logs under `info` gravity.
 
 upgrade
 ~~~~~~~