--- 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
~~~~~~~