Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在研究 Azure 数据工厂管道。我将 _logger.write("My error content.") 放在我的 .net 自定义活动中。
但是,我找不到日志的存储位置。我在互联网上查看并无法弄清楚。
ADF 日志存储在adfjobsAzure 存储帐户的容器中。
adfjobs
每个切片输出都分配有一个唯一的运行 ID。当您单击 DataFactory Diagram或Monitor and Manage窗格中的切片详细信息时,您可以在 Azure 门户中找到此 ID。此运行 ID也是您在adfjobs容器中查找的文件夹的名称。在该文件夹中,您有Logs和Runtime子文件夹,在 中Logs,您将找到系统日志和用户日志。
Logs
Runtime