13

When using the serverless framework (on a Mac OS X High Sierra), the SLS_DEBUG environmental variable was set to enable verbose debug info

export SLS_DEBUG=* 

Question: Now how do you disable it (other than moving to a new terminal)? export SLS_DEBUG=false did not do the trick.

1

1 Answer 1

21

You can remove an environment variable by:

unset SLS_DEBUG 
Sign up to request clarification or add additional context in comments.

2 Comments

How do you remove SLS_DEBUG in windows ? I deleted my enviornment variable but it still gives me all the logs

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.