diff --git a/README.md b/README.md
index 1d04aaf..302a930 100644
--- a/README.md
+++ b/README.md
@@ -220,6 +220,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Local Kinesis - `serverless-local-kinesis`](https://github.com/pidz-development/serverless-local-kinesis)**
by [pidz-development](http://github.com/pidz-development)
Run a local kinesis and automatically fire events | 
|
| **[Local Schedule - `serverless-local-schedule`](https://github.com/UnitedIncome/serverless-local-schedule)**
by [UnitedIncome](http://github.com/UnitedIncome)
Schedule AWS CloudWatch Event based invocations in local time(with DST support!) | 
|
| **[Localstack - `serverless-localstack`](https://github.com/LocalStack/serverless-localstack)**
by [LocalStack](http://github.com/LocalStack)
Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline! | 
|
+| **[Log Class - `serverless-plugin-log-class`](https://github.com/qubops/serverless-plugin-log-class)**
by [qubops](http://github.com/qubops)
Set the Cloudwatch log class for function log groups | 
|
| **[Log Filter Subscription - `serverless-log-filter-subscription`](https://github.com/schwamster/serverless-log-filter-subscription)**
by [schwamster](http://github.com/schwamster)
This serverless plugin creates log filter subscription for all lambda functions configured in your projects serverless.yml | 
|
| **[Log Forwarding - `serverless-log-forwarding`](https://github.com/amplify-education/serverless-log-forwarding)**
by [amplify-education](http://github.com/amplify-education)
Serverless plugin for forwarding CloudWatch logs to another Lambda function. | 
|
| **[Log Metric Filter - `serverless-log-metric-filter`](https://github.com/saqemlas/serverless-log-metric-filter)**
by [saqemlas](http://github.com/saqemlas)
Add Cloudwatch Log Metric Filter to Cloudwatch Logs | 
|
diff --git a/plugins.json b/plugins.json
index a19f338..604e70d 100644
--- a/plugins.json
+++ b/plugins.json
@@ -43,6 +43,11 @@
"description": "Add Cloudwatch Log Metric Filter to Cloudwatch Logs",
"githubUrl": "https://github.com/saqemlas/serverless-log-metric-filter",
"status": "active"
+},{
+ "name": "serverless-plugin-log-class",
+ "description": "Set the Cloudwatch log class for function log groups",
+ "githubUrl": "https://github.com/qubops/serverless-plugin-log-class",
+ "status": "active"
},
{
"name": "serverless-plugin-sumologic",