@cenk1cenk2/oclif-common 3.8.2 → 3.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1187,7 +1187,7 @@ var Command = class extends import_core3.Command {
|
|
|
1187
1187
|
json: this.flags.json
|
|
1188
1188
|
});
|
|
1189
1189
|
const context = this.cs.command.id ? this.cs.command.id : this.cs.command.name;
|
|
1190
|
-
this.logger = new Logger(
|
|
1190
|
+
this.logger = new Logger(null, { level: this.cs.logLevel });
|
|
1191
1191
|
this.store = new StoreService();
|
|
1192
1192
|
this.greet();
|
|
1193
1193
|
if (err) {
|