# HG changeset patch # User Aurelien Campeas # Date 1271432306 -7200 # Node ID 2b61c6d0f492d15fb5a100afb08826b02708884d # Parent 2c23d2fd3b517ba67ce109ee67fb40ec79cea52c [doc/book] note about reducing log level diff -r 2c23d2fd3b51 -r 2b61c6d0f492 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 ~~~~~~~