Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I am using serverless framework , and getting the following error -
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Which environment are they talking about ? How to set this ? Am using windows 10.
set SLS_DEBUG=*
Set it in your system environment variable.
For MacOS: Open Terminal and type the following:
export SLS_DEBUG=true
For Windows: Set it in the System Environment variable.
Add a comment
for powershell:
$Env:SLS_DEBUG='true'
For dummies like me who has been using Windows since the very start, but still doesn't know what
means... a picture tells a thousand words...
SET export SLS_DEBUG=true in command prompt or set in System environment variable
if you are using command prompt you can use:
SET SLS_DEBUG=true
then your sls command eg =
sls deploy --stage=dev
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.
set SLS_DEBUG=*