-
Notifications
You must be signed in to change notification settings - Fork 428
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
gdpr logs collection #2260
gdpr logs collection #2260
Conversation
src/ejabberd_config.erl
Outdated
@@ -54,6 +54,9 @@ | |||
-export([config_state/0]). | |||
-export([config_states/0]). | |||
|
|||
-export([all_cluster_nodes/0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all_cluster_nodes/0
not used in the PR eventually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still not resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RP looks good 👍
Codecov Report
@@ Coverage Diff @@
## gdpr-retrieve #2260 +/- ##
==================================================
+ Coverage 30.73% 78.83% +48.09%
==================================================
Files 334 333 -1
Lines 28833 28798 -35
==================================================
+ Hits 8862 22703 +13841
+ Misses 19971 6095 -13876
Continue to review full report at Codecov.
|
54a60b1
to
c0bb71a
Compare
c0bb71a
to
c06fa89
Compare
currently get_logs_from_node/4 receives zipped logs from other nodes as rpc call return value. as agreed that is ok for the first version, if logs are too big this should be changed to some other delivery method (e.g. FTP)
for testing run: