Skip to content

Commit 5a6644c

Browse files
authored
Allow logging to standard workflow
1 parent 0724ad1 commit 5a6644c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deploy/stepFunctions/compileStateMachines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ module.exports = {
188188
_.forEach(stateMachineTags, tag => Tags.push(tag));
189189
}
190190

191-
if (value.type === 'EXPRESS' && value.loggingConfig) {
191+
if (value.loggingConfig) {
192192
const Destinations = (value.loggingConfig.destinations || [])
193193
.map(arn => ({
194194
CloudWatchLogsLogGroup: {

0 commit comments

Comments
 (0)