Skip to content
Discussion options

You must be logged in to vote

Hi,

well, that warning is there on purpose. You can filter out the groups you don't care about by defining a regex covering the ones you actually use:

mavis module mygroupfilter = groups {
    groups filter = /^(group1|group2|group3)$/
}

mavis module mybackend = external {
    ...
}

Cheers,

Marc

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brgerig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants