Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Jahnavi_B
New Member

Where does Diagnostic Trace gets saved in Power Query VS code

We are creating a custom connector and implemented a diagnostic log functions in Visual Studio Code but we are unable to trace those logging information and not sure where it is getting saved.

 

 Diagnostics.Trace(TraceLevel.Information, "Tenant Id is been saved", () => tenantId, true); as we used this diagnostic function, but unable to trace this log message in output panel of VS Code. We are not getting any kind of Error. Could u please let us know whether Diagnostic.Trace is supported in VS Code.
4 REPLIES 4
BL123456
Frequent Visitor

Run into the same issue, could anyone from the Microsoft team assist here?

Anonymous
Not applicable

Hi @Jahnavi_B 

You can refer to the following link, it offer the wherer can trace the log.

c# - Trace logs location, where to view them - Stack Overflow

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hii Yolo Zhu,

The above link which you have sent to refer is in C#, but we are using M language for our connector. Could u please help us on the same.

Jahnavi_B
New Member

Can someone please help me on this.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors