Try to improve support for no-aggregation mode
[bluesky.git] / bluesky / init.c
index 49ede3e..9ce20b9 100644 (file)
@@ -45,6 +45,7 @@ static struct {
     const char *env;
     int *option;
 } option_table[] = {
+    {"BLUESKY_VERBOSE", &bluesky_verbose},
     {"BLUESKY_OPT_SYNC_STORES", &bluesky_options.synchronous_stores},
     {"BLUESKY_OPT_WRITETHROUGH", &bluesky_options.writethrough_cache},
     {"BLUESKY_OPT_SYNC_INODE_FETCH", &bluesky_options.sync_inode_fetches},