[server] don't issue a warning for something expected
Creating an instance happens all the time in tests, there's no reason to
warn every time.
--- a/server/repository.py Mon Jul 20 12:37:47 2015 +0200
+++ b/server/repository.py Mon Jul 20 11:03:09 2015 +0200
@@ -221,7 +221,7 @@
if config.quick_start or config.creating or not config.read_instance_schema:
# load schema from the file system
if not config.creating:
- self.warning("set fs instance'schema")
+ self.info("set fs instance'schema")
self.set_schema(config.load_schema(expand_cubes=True))
else:
# normal start: load the instance schema from the database