aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-25 18:32:18 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-25 18:32:18 -0400
commit479122efbd892c513b12b00f7860659e7fff8116 (patch)
treeab4be1be829e279e70e253eddbe768727891c1aa /src/config
parent398cf196bc145f856849925846df6f313e4f6184 (diff)
downloadtanzanite-479122efbd892c513b12b00f7860659e7fff8116.tar.gz
tanzanite-479122efbd892c513b12b00f7860659e7fff8116.tar.bz2
tanzanite-479122efbd892c513b12b00f7860659e7fff8116.zip
fix: misc
Diffstat (limited to 'src/config')
-rw-r--r--src/config/example-options.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts
index ed3fd51..55e655c 100644
--- a/src/config/example-options.ts
+++ b/src/config/example-options.ts
@@ -27,7 +27,7 @@ export default new Config({
},
logging: {
db: false,
- verbose: true,
+ verbose: false,
info: true
}
});