Skip to content
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

GPAUDITLOGGING-51: Allow most configuration to be specified at both the global level and the instance level #43

Open
robertoschwald opened this issue Jan 24, 2014 · 1 comment
Assignees

Comments

@robertoschwald
Copy link
Contributor

Original Reporter: longwa
Environment: Not Specified
Version: Grails-AuditLogging 0.5.5.3
Migrated From: http://jira.grails.org/browse/GPAUDITLOGGING-51

Currently, there's a mix of things that can be specified globally via config, locally on the object, or both.

It would be nice to clean this up and have a policy whereby most configuration options where applicable to both global config as well as in the auditable map.

For example, right now you can only enable verbose auditing globally, but we could allow:

{code}
static auditable = [verbose: true, transactional: true]
{code}

This could also be true for other properties such as:

  • The default actor (instead of 'system')
  • The truncate length
  • The property mask
@robertoschwald
Copy link
Contributor Author

See also #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants