Skip to content

Commit 0d6f89a

Browse files
dolauliBethanyZhou
andauthored
Print default log of auto gen module to verbose stream (Azure#15285)
* Print default log of auto gen module to verbose stream * Update src/Accounts/Accounts/ChangeLog.md Co-authored-by: Beisi Zhou <[email protected]>
1 parent aa4d703 commit 0d6f89a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Printed auto generated modules' default logs to verbose stream
2223

2324
## Version 2.4.0
2425
* Added cmdlet `Open-AzSurveyLink`

src/Accounts/Accounts/CommonModule/AzModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public async Task EventListener(string id, CancellationToken cancellationToken,
149149
await OnCmdletEndProcessing(id, cancellationToken, getEventData, signal, processRecordId);
150150
break;
151151
default:
152-
getEventData.Print(signal, cancellationToken, Events.Information, id);
152+
getEventData.Print(signal, cancellationToken, Events.Verbose, id);
153153
break;
154154
}
155155
}

0 commit comments

Comments
 (0)