GithubHelp home page GithubHelp logo

Comments (5)

nblumhardt avatar nblumhardt commented on August 20, 2024 1

Hi Darrell, thanks for the note.

This mechanism seems like a fragile solution on the VS side - I wonder if there's a bug raised against the VS behavior, here?

@glennc @davidfowl any idea whether this is on anyone's radar? Would be great to have your thoughts. Cheers!

from serilog-sinks-console.

davidfowl avatar davidfowl commented on August 20, 2024 1

Let me see what I can do.

from serilog-sinks-console.

nblumhardt avatar nblumhardt commented on August 20, 2024 1

Hopefully no longer an issue, feel free to reopen if there's more lurking out there.

from serilog-sinks-console.

dazinator avatar dazinator commented on August 20, 2024

This output template is the closest I could get to what dotnet core does natively:

WriteTo": [
      {
        "Name": "Console",
        "Args": {
          "theme": "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Code, Serilog.Sinks.Console",
          "outputTemplate": "{Level:w4}: {SourceContext}[0] {NewLine}      {Message:lj}{Exception}{NewLine}"

        }
      },

I couldn't find anywhere that documented the fomatting tokens available such as w - still not sure what lj does.. but from reading through open issues I managed to stumble accross what was required.

from serilog-sinks-console.

dazinator avatar dazinator commented on August 20, 2024

@davidfowl thank you.

Here is my azure web app for container output (windows containers), when CI / CD web hook deployment is enabled to deploy my dotnet core app's docker image from ACR - it seems to be unable to detect that the application has started and I'm guessing it's the same issue as VS has. The only change I made to the application since the previous successfully deployed docker image was that I now Clear() the default webhost's ILoggerProvider's on startup (which includes the console, event log etc) and register my own Serilog based one with this console serilog sync which writes to console in slightly different format (but still includes log message text). It's my best guess that I'm now experiencing the issue I linked affecting VS in a similar way, but I have logged a support call through azure portal for them to investigate and confirm as it's a bit of a black box to me).

2020_01_20_Latest_RD2818783C1EF4_system_docker.log:
Status: 691501336669 Download complete

20/01/2020 22:50:17.539 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[==================================>                ]  73.52MB/105.5MB

20/01/2020 22:50:17.574 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[==================================>                ]  43.78MB/63.82MB

20/01/2020 22:50:17.618 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 3e90a40ad558 Downloading
[==================================================>]     828B/828B

20/01/2020 22:50:17.627 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 3e90a40ad558 Verifying Checksum

20/01/2020 22:50:17.628 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 3e90a40ad558 Download complete

20/01/2020 22:50:17.643 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[===================================>               ]  75.68MB/105.5MB

20/01/2020 22:50:17.727 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[===================================>               ]  44.86MB/63.82MB

20/01/2020 22:50:17.754 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[=====================================>             ]  78.92MB/105.5MB

20/01/2020 22:50:17.769 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: eb0dd48e9c4a Downloading
[==================================================>]     829B/829B

20/01/2020 22:50:17.769 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: eb0dd48e9c4a Verifying Checksum

20/01/2020 22:50:17.769 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: eb0dd48e9c4a Download complete

20/01/2020 22:50:17.864 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[======================================>            ]  81.63MB/105.5MB

20/01/2020 22:50:17.871 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[===================================>               ]  45.94MB/63.82MB

20/01/2020 22:50:17.883 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1521e5d7e149 Downloading
[==================================================>]     833B/833B

20/01/2020 22:50:17.888 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1521e5d7e149 Verifying Checksum

20/01/2020 22:50:17.888 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1521e5d7e149 Download complete

20/01/2020 22:50:17.973 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[=======================================>           ]  84.33MB/105.5MB

20/01/2020 22:50:18.012 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1b875eee7cae Downloading
[==================================================>]     826B/826B

20/01/2020 22:50:18.029 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1b875eee7cae Verifying Checksum

20/01/2020 22:50:18.029 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1b875eee7cae Download complete

20/01/2020 22:50:18.033 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[====================================>              ]  47.02MB/63.82MB

20/01/2020 22:50:18.088 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[=========================================>         ]  87.57MB/105.5MB

20/01/2020 22:50:18.184 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[=====================================>             ]   48.1MB/63.82MB

20/01/2020 22:50:18.198 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[==========================================>        ]  89.74MB/105.5MB

20/01/2020 22:50:18.236 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 01fa1a074fde Downloading
[==================================================>]     830B/830B

20/01/2020 22:50:18.272 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 01fa1a074fde Verifying Checksum

20/01/2020 22:50:18.272 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 01fa1a074fde Download complete

20/01/2020 22:50:18.299 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[===========================================>       ]  92.44MB/105.5MB

20/01/2020 22:50:18.310 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[======================================>            ]  49.18MB/63.82MB

20/01/2020 22:50:18.410 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[=============================================>     ]  95.68MB/105.5MB

20/01/2020 22:50:18.426 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: bb9960c17afc Downloading
[==================================================>]     834B/834B

20/01/2020 22:50:18.434 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: bb9960c17afc Verifying Checksum

20/01/2020 22:50:18.435 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: bb9960c17afc Download complete

20/01/2020 22:50:18.454 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[=======================================>           ]  50.27MB/63.82MB

20/01/2020 22:50:18.517 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[==============================================>    ]  97.85MB/105.5MB

20/01/2020 22:50:18.582 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 6f3b5a5d1457 Downloading
[==================================================>]     827B/827B

20/01/2020 22:50:18.582 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 6f3b5a5d1457 Verifying Checksum

20/01/2020 22:50:18.582 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 6f3b5a5d1457 Download complete

20/01/2020 22:50:18.596 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[========================================>          ]  51.35MB/63.82MB

20/01/2020 22:50:18.631 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[===============================================>   ]  100.5MB/105.5MB

20/01/2020 22:50:18.707 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[=========================================>         ]  52.43MB/63.82MB

20/01/2020 22:50:18.760 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Downloading
[=================================================> ]  103.8MB/105.5MB

20/01/2020 22:50:18.769 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 96e522a3751b Downloading
[==================================================>]     836B/836B

20/01/2020 22:50:18.769 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 96e522a3751b Verifying Checksum

20/01/2020 22:50:18.769 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 96e522a3751b Download complete

20/01/2020 22:50:18.811 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Verifying Checksum

20/01/2020 22:50:18.811 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Download complete

20/01/2020 22:50:18.828 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[=========================================>         ]  53.51MB/63.82MB

20/01/2020 22:50:18.958 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[==========================================>        ]  54.59MB/63.82MB

20/01/2020 22:50:19.101 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[============================================>      ]  56.21MB/63.82MB

20/01/2020 22:50:19.224 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[=============================================>     ]  57.84MB/63.82MB

20/01/2020 22:50:19.335 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[==============================================>    ]  58.92MB/63.82MB

20/01/2020 22:50:19.461 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[>                                                  ]  557.1kB/105.5MB

20/01/2020 22:50:19.475 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[===============================================>   ]  60.54MB/63.82MB

20/01/2020 22:50:19.567 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[>                                                  ]  1.114MB/105.5MB

20/01/2020 22:50:19.594 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[================================================>  ]  62.16MB/63.82MB

20/01/2020 22:50:19.721 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[>                                                  ]  1.671MB/105.5MB

20/01/2020 22:50:19.729 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Downloading
[=================================================> ]  63.78MB/63.82MB

20/01/2020 22:50:19.730 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Verifying Checksum

20/01/2020 22:50:19.730 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Download complete

20/01/2020 22:50:19.851 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=>                                                 ]  2.228MB/105.5MB

20/01/2020 22:50:20.195 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=>                                                 ]  3.342MB/105.5MB

20/01/2020 22:50:20.325 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==>                                                ]  4.456MB/105.5MB

20/01/2020 22:50:20.755 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==>                                                ]  5.571MB/105.5MB

20/01/2020 22:50:20.876 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[===>                                               ]  7.799MB/105.5MB

20/01/2020 22:50:20.989 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[====>                                              ]  10.03MB/105.5MB

20/01/2020 22:50:21.100 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[======>                                            ]  14.48MB/105.5MB

20/01/2020 22:50:21.209 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[========>                                          ]  17.83MB/105.5MB

20/01/2020 22:50:21.318 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=========>                                         ]  20.61MB/105.5MB

20/01/2020 22:50:21.441 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==========>                                        ]  22.84MB/105.5MB

20/01/2020 22:50:21.554 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[===========>                                       ]  25.07MB/105.5MB

20/01/2020 22:50:21.663 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[============>                                      ]   27.3MB/105.5MB

20/01/2020 22:50:21.789 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=============>                                     ]  29.52MB/105.5MB

20/01/2020 22:50:21.909 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[===============>                                   ]  31.75MB/105.5MB

20/01/2020 22:50:22.037 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[================>                                  ]  33.98MB/105.5MB

20/01/2020 22:50:22.589 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[================>                                  ]  35.65MB/105.5MB

20/01/2020 22:50:22.698 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=================>                                 ]  36.21MB/105.5MB

20/01/2020 22:50:22.837 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=================>                                 ]  37.32MB/105.5MB

20/01/2020 22:50:22.942 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==================>                                ]  38.99MB/105.5MB

20/01/2020 22:50:23.051 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[===================>                               ]  40.67MB/105.5MB

20/01/2020 22:50:23.161 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[====================>                              ]  42.89MB/105.5MB

20/01/2020 22:50:23.267 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=====================>                             ]  45.12MB/105.5MB

20/01/2020 22:50:23.488 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=====================>                             ]  46.24MB/105.5MB

20/01/2020 22:50:23.706 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[======================>                            ]  46.79MB/105.5MB

20/01/2020 22:50:23.825 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[======================>                            ]  48.46MB/105.5MB

20/01/2020 22:50:23.935 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=======================>                           ]  50.14MB/105.5MB

20/01/2020 22:50:24.040 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=========================>                         ]  52.92MB/105.5MB

20/01/2020 22:50:24.154 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==========================>                        ]  55.15MB/105.5MB

20/01/2020 22:50:24.267 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[===========================>                       ]  57.38MB/105.5MB

20/01/2020 22:50:24.367 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[============================>                      ]  60.72MB/105.5MB

20/01/2020 22:50:24.470 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==============================>                    ]  65.18MB/105.5MB

20/01/2020 22:50:24.570 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=================================>                 ]  69.63MB/105.5MB

20/01/2020 22:50:24.675 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==================================>                ]  72.97MB/105.5MB

20/01/2020 22:50:24.777 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[===================================>               ]   75.2MB/105.5MB

20/01/2020 22:50:24.892 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[====================================>              ]  77.99MB/105.5MB

20/01/2020 22:50:25.054 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[======================================>            ]  80.22MB/105.5MB

20/01/2020 22:50:25.157 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=======================================>           ]     83MB/105.5MB

20/01/2020 22:50:25.267 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[=========================================>         ]   86.9MB/105.5MB

20/01/2020 22:50:25.368 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==========================================>        ]  89.13MB/105.5MB

20/01/2020 22:50:25.476 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[============================================>      ]  93.03MB/105.5MB

20/01/2020 22:50:25.585 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==============================================>    ]  97.48MB/105.5MB

20/01/2020 22:50:25.693 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[================================================>  ]  101.9MB/105.5MB

20/01/2020 22:50:25.802 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Extracting
[==================================================>]  105.5MB/105.5MB

20/01/2020 22:50:28.474 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 937deba44b05 Pull complete

20/01/2020 22:50:29.083 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8b8fc58711da Extracting
[==================================================>]     898B/898B

20/01/2020 22:50:30.394 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8b8fc58711da Extracting
[==================================================>]     898B/898B

20/01/2020 22:50:33.357 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8b8fc58711da Pull complete

20/01/2020 22:50:33.489 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[>                                                  ]  557.1kB/63.82MB

20/01/2020 22:50:33.614 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[>                                                  ]  1.114MB/63.82MB

20/01/2020 22:50:33.954 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[=>                                                 ]  1.671MB/63.82MB

20/01/2020 22:50:34.055 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[===>                                               ]  4.456MB/63.82MB

20/01/2020 22:50:34.161 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[=====>                                             ]  6.685MB/63.82MB

20/01/2020 22:50:34.279 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[=======>                                           ]   9.47MB/63.82MB

20/01/2020 22:50:34.419 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[=========>                                         ]   11.7MB/63.82MB

20/01/2020 22:50:34.551 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[============>                                      ]   15.6MB/63.82MB

20/01/2020 22:50:34.652 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[===============>                                   ]  20.05MB/63.82MB

20/01/2020 22:50:34.764 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[===================>                               ]  24.51MB/63.82MB

20/01/2020 22:50:34.871 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[=====================>                             ]  27.85MB/63.82MB

20/01/2020 22:50:34.983 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[========================>                          ]  31.75MB/63.82MB

20/01/2020 22:50:35.094 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[===========================>                       ]  35.65MB/63.82MB

20/01/2020 22:50:35.208 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[===============================>                   ]  40.11MB/63.82MB

20/01/2020 22:50:35.470 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[================================>                  ]  41.22MB/63.82MB

20/01/2020 22:50:35.570 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[===================================>               ]  45.12MB/63.82MB

20/01/2020 22:50:35.724 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[======================================>            ]  49.02MB/63.82MB

20/01/2020 22:50:35.832 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[========================================>          ]  51.81MB/63.82MB

20/01/2020 22:50:35.945 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[===========================================>       ]  55.71MB/63.82MB

20/01/2020 22:50:36.048 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[==============================================>    ]  59.05MB/63.82MB

20/01/2020 22:50:36.154 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[================================================>  ]  61.83MB/63.82MB

20/01/2020 22:50:36.265 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Extracting
[==================================================>]  63.82MB/63.82MB

20/01/2020 22:50:37.480 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 8dacc1841baf Pull complete

20/01/2020 22:50:37.487 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 86dccd6632e3 Extracting
[==================================================>]     836B/836B

20/01/2020 22:50:37.581 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 86dccd6632e3 Extracting
[==================================================>]     836B/836B

20/01/2020 22:50:37.633 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 86dccd6632e3 Pull complete

20/01/2020 22:50:37.640 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 42483f5146ff Extracting
[==================================================>]     831B/831B

20/01/2020 22:50:37.739 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 42483f5146ff Extracting
[==================================================>]     831B/831B

20/01/2020 22:50:37.793 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 42483f5146ff Pull complete

20/01/2020 22:50:37.811 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: cd80d726d6d8 Extracting
[==================================================>]     833B/833B

20/01/2020 22:50:37.905 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: cd80d726d6d8 Extracting
[==================================================>]     833B/833B

20/01/2020 22:50:37.965 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: cd80d726d6d8 Pull complete

20/01/2020 22:50:38.093 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[>                                                  ]  327.7kB/31.76MB

20/01/2020 22:50:38.217 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[===>                                               ]  1.966MB/31.76MB

20/01/2020 22:50:38.322 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[==========>                                        ]  6.881MB/31.76MB

20/01/2020 22:50:38.445 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[==============>                                    ]  9.503MB/31.76MB

20/01/2020 22:50:38.554 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[================>                                  ]  10.49MB/31.76MB

20/01/2020 22:50:38.742 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[==================>                                ]   11.8MB/31.76MB

20/01/2020 22:50:38.847 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[====================>                              ]  13.11MB/31.76MB

20/01/2020 22:50:38.956 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[=======================>                           ]  15.07MB/31.76MB

20/01/2020 22:50:39.065 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[==========================>                        ]  16.71MB/31.76MB

20/01/2020 22:50:39.179 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[=============================>                     ]  19.01MB/31.76MB

20/01/2020 22:50:39.298 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[=================================>                 ]  20.97MB/31.76MB

20/01/2020 22:50:39.417 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[===================================>               ]  22.61MB/31.76MB

20/01/2020 22:50:39.525 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[======================================>            ]  24.25MB/31.76MB

20/01/2020 22:50:39.629 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[=========================================>         ]  26.21MB/31.76MB

20/01/2020 22:50:39.751 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[=============================================>     ]  28.84MB/31.76MB

20/01/2020 22:50:39.855 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[=================================================> ]  31.13MB/31.76MB

20/01/2020 22:50:39.916 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Extracting
[==================================================>]  31.76MB/31.76MB

20/01/2020 22:50:42.523 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 126b9762b7fb Pull complete

20/01/2020 22:50:42.531 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 992ac633737d Extracting
[==================================================>]     824B/824B

20/01/2020 22:50:42.626 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 992ac633737d Extracting
[==================================================>]     824B/824B

20/01/2020 22:50:46.146 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 992ac633737d Pull complete

20/01/2020 22:50:46.164 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 893d40de9e02 Extracting
[==================================================>]     825B/825B

20/01/2020 22:50:46.272 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 893d40de9e02 Extracting
[==================================================>]     825B/825B

20/01/2020 22:50:46.331 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 893d40de9e02 Pull complete

20/01/2020 22:50:46.339 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 86f0e80ba716 Extracting
[==================================================>]     829B/829B

20/01/2020 22:50:46.438 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 86f0e80ba716 Extracting
[==================================================>]     829B/829B

20/01/2020 22:50:46.533 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 86f0e80ba716 Pull complete

20/01/2020 22:50:46.543 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 438da2934152 Extracting
[==================================================>]     815B/815B

20/01/2020 22:50:46.646 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 438da2934152 Extracting
[==================================================>]     815B/815B

20/01/2020 22:50:46.699 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 438da2934152 Pull complete

20/01/2020 22:50:46.707 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 691501336669 Extracting
[==================================================>]     829B/829B

20/01/2020 22:50:46.808 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 691501336669 Extracting
[==================================================>]     829B/829B

20/01/2020 22:50:46.867 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 691501336669 Pull complete

20/01/2020 22:50:46.876 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 3e90a40ad558 Extracting
[==================================================>]     828B/828B

20/01/2020 22:50:46.981 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 3e90a40ad558 Extracting
[==================================================>]     828B/828B

20/01/2020 22:50:47.040 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 3e90a40ad558 Pull complete

20/01/2020 22:50:47.048 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: eb0dd48e9c4a Extracting
[==================================================>]     829B/829B

20/01/2020 22:50:47.205 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: eb0dd48e9c4a Extracting
[==================================================>]     829B/829B

20/01/2020 22:50:47.260 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: eb0dd48e9c4a Pull complete

20/01/2020 22:50:47.268 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1521e5d7e149 Extracting
[==================================================>]     833B/833B

20/01/2020 22:50:47.370 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1521e5d7e149 Extracting
[==================================================>]     833B/833B

20/01/2020 22:50:47.424 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1521e5d7e149 Pull complete

20/01/2020 22:50:47.431 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1b875eee7cae Extracting
[==================================================>]     826B/826B

20/01/2020 22:50:47.530 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1b875eee7cae Extracting
[==================================================>]     826B/826B

20/01/2020 22:50:47.583 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 1b875eee7cae Pull complete

20/01/2020 22:50:47.592 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 01fa1a074fde Extracting
[==================================================>]     830B/830B

20/01/2020 22:50:47.704 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 01fa1a074fde Extracting
[==================================================>]     830B/830B

20/01/2020 22:50:47.766 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 01fa1a074fde Pull complete

20/01/2020 22:50:47.774 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: bb9960c17afc Extracting
[==================================================>]     834B/834B

20/01/2020 22:50:47.868 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: bb9960c17afc Extracting
[==================================================>]     834B/834B

20/01/2020 22:50:47.920 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: bb9960c17afc Pull complete

20/01/2020 22:50:47.929 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 6f3b5a5d1457 Extracting
[==================================================>]     827B/827B

20/01/2020 22:50:48.042 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 6f3b5a5d1457 Extracting
[==================================================>]     827B/827B

20/01/2020 22:50:48.106 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 6f3b5a5d1457 Pull complete

20/01/2020 22:50:48.113 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 96e522a3751b Extracting
[==================================================>]     836B/836B

20/01/2020 22:50:48.213 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 96e522a3751b Extracting
[==================================================>]     836B/836B

20/01/2020 22:50:48.324 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status: 96e522a3751b Pull complete

20/01/2020 22:50:48.334 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status:  Digest: sha256:bb843ff5d3d131255127fed49f0bd9c05c5d2f50c2f020cafafcd50cde4a000c

20/01/2020 22:50:48.343 INFO - Site: uniun__441f - Image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252
Custom Registry: https://labdocker.azurecr.io
Status:  Status: Downloaded newer image for labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252

20/01/2020 22:50:48.437 INFO - Site: uniun__441f - Creating container for image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252.
20/01/2020 22:50:48.506 INFO - Site: uniun__441f - Create container for image: labdocker.azurecr.io/uniun/uniun:0.2.0-alpha.252 succeeded. Container Id c98ad38559b0a338dbc58be4c3742ac158e0b308ab1962f8ad3f843886100113
20/01/2020 22:50:59.852 INFO - Site: uniun__441f - Start container succeeded. Container: c98ad38559b0a338dbc58be4c3742ac158e0b308ab1962f8ad3f843886100113
20/01/2020 22:51:18.427 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:51:33.441 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:51:48.475 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:52:03.506 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:52:18.532 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:52:33.540 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:52:48.556 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:53:03.569 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:53:18.602 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:53:33.625 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:53:48.646 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:54:03.661 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:54:18.686 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:54:33.702 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:54:48.735 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:55:03.748 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:55:18.769 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:55:33.779 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:55:48.811 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:56:03.838 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:56:18.852 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:56:33.870 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:56:48.890 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:57:03.910 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:57:18.926 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:57:33.938 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:57:48.963 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:58:03.975 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:58:18.987 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:58:33.996 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:58:49.005 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:59:04.034 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:59:19.054 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:59:34.078 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 22:59:49.100 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 23:00:04.127 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 23:00:19.156 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 23:00:34.180 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 23:00:49.194 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 23:01:04.225 INFO - Site: uniun__441f - Waiting for container to be ready
20/01/2020 23:01:09.243 ERROR - Site: uniun__441f - Container not started
20/01/2020 23:01:09.243 ERROR - Site: uniun__441f - Container could not be started
20/01/2020 23:01:09.275 INFO - Site: uniun__441f - Attempting to stop container: c98ad38559b0a338dbc58be4c3742ac158e0b308ab1962f8ad3f843886100113
20/01/2020 23:01:09.951 INFO - Site: uniun__441f - Container stopped successfully. Container Id: c98ad38559b0a338dbc58be4c3742ac158e0b308ab1962f8ad3f843886100113
20/01/2020 23:01:09.954 INFO - Site: uniun__441f - Purging pending logs after stopping container
20/01/2020 23:01:09.976 INFO - Site: uniun__441f - Purging after container failed to start
20/01/2020 23:01:09.976 ERROR - Site: uniun__441f - Unable to start container. Error message: Container could not be started: uniun__441f_0


from serilog-sinks-console.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.