2017-05-17 50 views
0

我在azure上有一個node.js api應用程序。我使用bunyan來記錄每個請求sdtout。我如何保存和讀取日誌文件?我啓用了BLOB日誌記錄。唯一出現在我的存儲中的是一堆csv文件。這裏是一個例子:如何在Azure上爲Node.js Api App啓用BLOB日誌記錄?

| date    | level | applicationName | instanceId | eventId   | pid | tid | message 
_______________________________________________________________________________________________________________________________________________________________ 
| 2017-05-17T14:21:15 | Verbose | myApp   | tae9d6  | 636306276755847146 | 13192 | -1 | SnapshotHelper::RestoreSnapshotInternal SUCCESS - File.Copy 
| 2017-05-17T14:21:15 | Verbose | myApp   | tae9d6  | 636306276756784690 | 13192 | -1 | SnapshotHelper::RestoreSnapshotInternal SUCCESS - process 

我的日誌在哪裏,我打印到stdout

回答

相關問題