File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,13 @@ For older Grails versions, see "Supported Grails Versions" below.
18
18
* For 1.x documentation, see [ 1.x Grails Plugin Page] ( http://grails.org/plugin/audit-logging " Grails Plugin Page ")
19
19
20
20
## Supported Grails versions
21
- * Grails 4.0.x: [ master branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/master )
22
- * Grails 3.3.x: [ 3.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/3.x_maintenance )
23
- * Grails 3.0.x-3.2.x: [ 2.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/2.x_maintenance )
24
- * Grails 2.x: [ 1.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/1.x_maintenance )
21
+ * Grails 4.0.x: [ master branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/master )
22
+ * Grails 3.3.x: [ 3.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/3.x_maintenance )
23
+ * Grails 3.0.x-3.2.x: [ 2.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/2.x_maintenance )
24
+ * Grails 2.x: [ 1.x_maintenance branch] ( https://github.com/robertoschwald/grails-audit-logging-plugin/tree/1.x_maintenance )
25
25
26
26
## audit-quickstart
27
27
You need to perform "grails audit-quickstart \< package\> \< DomainClass\> " after installing this plugin's 2.0.x version or later.
28
- See issue [ #13 ] ( https://github.com/robertoschwald/grails-audit-logging-plugin/issues/13 )
29
28
30
29
With this, you get an auditlog domain class in your project which is fully under your control.
31
30
The domain name is registered in your application.groovy with key "grails.plugins.auditLog.auditDomainClassName".
@@ -34,7 +33,6 @@ Example:
34
33
35
34
```
36
35
grails audit-quickstart org.example.myproject MyAuditLogEvent
37
-
38
36
```
39
37
40
38
## Issue Management
You can’t perform that action at this time.
0 commit comments