NodeBB log level
-
Hello,
Can anyone tell me how to increase the log level on nodebb? None of the plugin setup pages are working and I am trying to find out why.
Thanks in advance.
-
@Peter-Zoltan-Keresztes You can run
node app dev
when nodebb is stopped, which should output most errors. -
@a_5mith said:
odebb is stopped, which should output most errors
ok thank you. I have run that and I got some output
warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions". info: [meta/css] Minifying LESS/CSS warn: [plugins] The `action:app.load` hook is deprecated in favour of `filter:app.load`, please notify the developers of the following plugins: * nodebb-widget-essentials * nodebb-plugin-markdown * nodebb-plugin-dbsearch * nodebb-plugin-emailer-mailgun
Is there I can do or should I go to each plugin's developer page and create an issue for it?
-
@Peter-Zoltan-Keresztes You can ignore that, the plugins will still work up until (I think) 0.6.0, there's a github discussion about it somewhere. If there's an error, it will be on the 404 page. Then look in terminal for any output after those.
-
I have tried to browse the plugins in the hope that I would get some more information but I did not got one single line. There still have to be a way to put this in full debug mode.