You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering whether it is possible to change the logging configuration when creating/updating a state machine. From my current understanding the loggging configuration is set to default:
You're right. Workflow class doesn't expose a logging configuration parameter but there's no reason it shouldn't be in there as an optional parameter. By default, logging is off.
The API parameter is a dictionary (see boto3 docs) but there might be some abstraction we can do to help make it easier to set up.
Hi all,
I was wondering whether it is possible to change the logging configuration when creating/updating a state machine. From my current understanding the loggging configuration is set to default:
aws-step-functions-data-science-sdk-python/src/stepfunctions/workflow/stepfunctions.py
Lines 212 to 220 in 1e036ce
aws-step-functions-data-science-sdk-python/src/stepfunctions/workflow/stepfunctions.py
Lines 254 to 258 in 1e036ce
The text was updated successfully, but these errors were encountered: