Skip to content
  • How to add Opbeat logger to nodebb?

    General Discussion
    1
    0 Votes
    1 Posts
    3k Views
    F
    Anyone had experience using Opbeat (https://opbeat.com/) with nodebb? Opbeat is a good logging and debugging tool. They have plugin for nodejs. I'm wondering do we have to modify nodebb code(app.js?) or we can do it through a nodebb plugin? Thanks! Here is their instructions for nodejs app: [image: ucQ8bps.jpg]
  • Security logging?

    NodeBB Development
    3
    0 Votes
    3 Posts
    2k Views
    D
    Yeah, events.js seems like it should contain the functionality for this. It currently only logs UID, but a lot of those functions should probably log the IP of the triggering party as well. It seems like the only way to do that is to have IP be a parameter for most of those calls. That's a little tedious. my fantasy: events are logged to the db as well as flatfile, have severity/importance levels, contain as much info as possible about who triggered it if the logging fn is passed a socket or request object, there's hooks for events of high severity, by default sends email or notification to admins when high-sev occurs
  • NodeBB log level

    General Discussion
    5
    0 Votes
    5 Posts
    4k Views
    Peter-Zoltan KeresztesP
    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.