Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 13 forks source link

az mesh code-package-log output is hard to read #161

Open yizhang82 opened 6 years ago

yizhang82 commented 6 years ago
'additional_properties': {}, 'content': '2018-06-27T19:13:37.356601827+00:00 stderr F [conmon:i]: about to execv(pid=69561): /usr/bin/cc-runtime /usr/bin/cc-runtime create --bundle /mnt/sfroot/crio-root/run/containers/devicemapper-containers/7d9485f7c61c44b3228ac1e959ef9f211a7571679482a26c799cbdc37c949725/userdata --pid-file /mnt/sfroot/crio-root/run/containers/devicemapper-containers/7d9485f7c61c44b3228ac1e959ef9f211a7571679482a26c799cbdc37c949725/userdata/pidfile --console-socket /tmp/conmon-term.QI3ELZ 7d9485f7c61c44b3228ac1e959ef9f211a7571679482a26c799cbdc37c949725\n2018-06-27T19:15:25.772701080+00:00 stdout F 10.88.0.1 - - [27/Jun/2018:19:15:25 +0000] "GET / HTTP/1.0" 200 1246 "-" "-" "-"\r\n2018-06-27T19:15:50.791794121+00:00 stdout F 10.88.0.1 - - [27/Jun/2018:19:15:50 +0000] "GET / HTTP/1.1" 200 1246 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-"\r\n2018-06-27T19:15:51.522614115+00:00 stdout F 10.88.0.1 - - [27/Jun/2018:19:15:51 +0000] "GET /ServiceFabricMesh.svg HTTP/1.1" 200 2138 "http://40.76.68.98/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-"\r\n2018-06-27T19:15:51.728358485+00:00 stdout F 2018/06/27 19:15:51 [error] 5#5: *29 open() "/usr/share/nginx/html/sficon.png" failed (2: No such file or directory), client: 10.88.0.1, server: localhost, request: "GET /sficon.png HTTP/1.1", host: "40.76.68.98", referrer: "http://40.76.68.98/"\r\n2018-06-27T19:15:51.728358485+00:00 stdout F 10.88.0.1 - - [27/Jun/2018:19:15:51 +0000] "GET /sficon.png HTTP/1.1" 404 572 "http://40.76.68.98/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-"\r\n2018-06-27T19:20:57.985078237+00:00 stdout F 10.88.0.1 - - [27/Jun/2018:19:20:57 +0000] "HEAD / HTTP/1.0" 200 0 "-" "-" "-"\r\n2018-06-27T19:21:20.125652456+00:00 stdout F 10.88.0.1 - - [27/Jun/2018:19:21:20 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-"\r\n2018-06-27T19:21:24.352230098+00:00 stdout F 10.88.0.1 - - [27/Jun/2018:19:21:24 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-"\r\n2018-06-27T19:21:25.382066144+00:00 stdout F 10.88.0.1 - - [27/Jun/2018:19:21:25 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" "-"\r\n'}

There is no line breaks and it's pretty hard to read.

mattrowmsft commented 6 years ago

@linggengmsft For CLI we should format this again