You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
$ mosca -c mosca.conf -p 1883 --non-secure -v | bunyan
/usr/local/share/npm/lib/node_modules/mosca/lib/cli.js:96
opts.logger.level = 30;
^
TypeError: Cannot set property 'level' of undefined
at /usr/local/share/npm/lib/node_modules/mosca/lib/cli.js:96:25
at cli (/usr/local/share/npm/lib/node_modules/mosca/lib/cli.js:232:12)
at Object.<anonymous> (/usr/local/share/npm/lib/node_modules/mosca/bin/mosca:3:22)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3
$
node -v: v0.10.9
mosca -V: 0.12.0
Latest versions. Seems to have been caused by recent changes to cli.js? I see work being done around there. This error only occurs when throwing -c mosca.conf
Thanks.
The text was updated successfully, but these errors were encountered:
Latest versions. Seems to have been caused by recent changes to cli.js? I see work being done around there. This error only occurs when throwing
-c mosca.conf
Thanks.
The text was updated successfully, but these errors were encountered: