Skip to content

Commit

Permalink
fix: prefix logs with DOTENV.
Browse files Browse the repository at this point in the history
  • Loading branch information
neverendingqs committed Feb 15, 2021
1 parent 6fbdb95 commit 48aa1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ServerlessPlugin {

if (this.config && this.config.path) {
if (basePath) {
this.log('WARNING: if "path" is set, "basePath" is ignored.')
this.log('DOTENV (WARNING): if "path" is set, "basePath" is ignored.')
}

if (Array.isArray(this.config.path)) {
Expand Down Expand Up @@ -120,7 +120,7 @@ class ServerlessPlugin {

if (include.length > 0) {
if (exclude) {
this.log('WARNING: if "include" is set, "exclude" is ignored.')
this.log('DOTENV (WARNING): if "include" is set, "exclude" is ignored.')
}

Object.keys(envVars)
Expand Down

0 comments on commit 48aa1ea

Please sign in to comment.