-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activity logs - Ability to disable logging for specific users #1
Comments
Thank you for the suggestion! How about allocated users will have logging enabled by default, but we add an option to disable logging per user? Currently not "everything" the user does it logged, just the basics (app launch/close, system connection/disconnections, push notifications received). Which log events are you most concerned about? |
Hi, |
The idea is to be able to provide better service to your clients. Get in front of problems before a customer is upset enough to have to make a call. Having logging enabled will give you some data to be able to find a history of usage that might point to a problem, so that you have that data available without having to enable a debug option and then wait for the problem to happen again. We have plans to expand this functionality to give you more info to debug remotely, but without logging enabled it's not going to help you. You will be able to get notifications of system connection issues, as well as setup your own logging events in your JS code that will report back to LaunchPad. No personal or private data is exposed here, just simple connectivity and app launch data. We will give an option to disable it, but disabling by default doesn't make sense for most users. |
Not every client appreciate it when they know I can see when they use the app. Some do, some not. So the option to disable it and let the client manage it should be defently in the settings. |
Hi,
So far, so good. I am concern though by the activity log that log everything the end user do with the project. For me it's definitely a privacy concern. If for some reason, a logging of the activities would be needed, (which could help diagnose any problems an integrator might have with his customer) an option in the app setting on the user device, should be turn on.
The text was updated successfully, but these errors were encountered: