Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 4.46 KB | None | 0 0
  1. 20347 [1] DEBUG Microsoft.Extensions.Hosting.Internal.Host (null) - Hosting starting
  2. 20620 [1] DEBUG Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer (null) - Failed to locate the development https certificate at '(null)'.
  3. 20730 [1] DEBUG Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer (null) - Using development certificate: CN=localhost (Thumbprint: 504AB45E4E62C34C8080E34877A9B02852B2B180)
  4. 20734 [1] INFO Microsoft.Hosting.Lifetime (null) - Now listening on: http://[::]:80
  5. 20734 [1] INFO Microsoft.Hosting.Lifetime (null) - Now listening on: https://[::]:443
  6. 20734 [1] DEBUG Microsoft.AspNetCore.Hosting.Diagnostics (null) - Loaded hosting startup assembly MUnique.OpenMU.PublicApi
  7. 20735 [1] INFO Microsoft.Hosting.Lifetime (null) - Application started. Press Ctrl+C to shut down.
  8. 20735 [1] INFO Microsoft.Hosting.Lifetime (null) - Hosting environment: Production
  9. 20735 [1] INFO Microsoft.Hosting.Lifetime (null) - Content root path: /root/OpenMU
  10. 20735 [1] DEBUG Microsoft.Extensions.Hosting.Internal.Host (null) - Hosting started
  11. 21193 [1] DEBUG Microsoft.Extensions.Hosting.Internal.Host (null) - Hosting starting
  12. 21221 [1] INFO Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager (null) - User profile is available. Using '/root/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
  13. 21230 [1] DEBUG Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository (null) - Reading data from file '/root/.aspnet/DataProtection-Keys/key-e8e61889-2bfa-40a9-82b2-78346eadb458.xml'.
  14. 21353 [1] DEBUG Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager (null) - Found key {e8e61889-2bfa-40a9-82b2-78346eadb458}.
  15. 21375 [1] DEBUG Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver (null) - Considering key {e8e61889-2bfa-40a9-82b2-78346eadb458} with expiration date 2020-07-06 00:22:55Z as default key.
  16. 21392 [1] DEBUG Microsoft.AspNetCore.DataProtection.TypeForwardingActivator (null) - Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=3.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
  17. 21394 [1] DEBUG Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ManagedAuthenticatedEncryptorFactory (null) - Using managed symmetric algorithm 'System.Security.Cryptography.Aes'.
  18. 21395 [1] DEBUG Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ManagedAuthenticatedEncryptorFactory (null) - Using managed keyed hash algorithm 'System.Security.Cryptography.HMACSHA256'.
  19. 21420 [1] DEBUG Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider (null) - Using key {e8e61889-2bfa-40a9-82b2-78346eadb458} as the default key.
  20. 21424 [1] DEBUG Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService (null) - Key ring with default key {e8e61889-2bfa-40a9-82b2-78346eadb458} was loaded during application startup.
  21. 21469 [1] DEBUG Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver (null) - Registered SignalR Protocol: json, implemented by Microsoft.AspNetCore.SignalR.Protocol.JsonHubProtocol.
  22. 21474 [1] DEBUG Microsoft.AspNetCore.SignalR.Internal.DefaultHubProtocolResolver (null) - Registered SignalR Protocol: blazorpack, implemented by Microsoft.AspNetCore.Components.Server.BlazorPack.BlazorPackHubProtocol.
  23. 21697 [1] DEBUG Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer (null) - Failed to locate the development https certificate at '(null)'.
  24. 21704 [1] INFO Microsoft.Hosting.Lifetime (null) - Now listening on: http://[::]:1234
  25. 21704 [1] DEBUG Microsoft.AspNetCore.Hosting.Diagnostics (null) - Loaded hosting startup assembly MUnique.OpenMU.AdminPanel
  26. 21707 [1] INFO Microsoft.Hosting.Lifetime (null) - Application started. Press Ctrl+C to shut down.
  27. 21707 [1] INFO Microsoft.Hosting.Lifetime (null) - Hosting environment: Production
  28. 21707 [1] INFO Microsoft.Hosting.Lifetime (null) - Content root path: /root/OpenMU
  29. 21707 [1] DEBUG Microsoft.Extensions.Hosting.Internal.Host (null) - Hosting started
  30. 30785 [7] DEBUG Microsoft.AspNetCore.Server.Kestrel (null) - Connection id "0HLUQM1E1GLST" accepted.
  31. 30786 [12] DEBUG Microsoft.AspNetCore.Server.Kestrel (null) - Connection id "0HLUQM1E1GLST" started.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement