From 4325560ec4552ebd778f981698dd22d9670fd43a Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 4 Jan 2023 17:18:13 +0100 Subject: [PATCH] README.md - added some collapses for logs --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7f5288a..c1e127d 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,9 @@ This message can be ignored. - Ref. https://github.com/encode/uvicorn/issues/441 +
+ Log example + ``` WARNING:uvicorn.error:Invalid HTTP request received. Traceback (most recent call last): @@ -376,6 +379,8 @@ Traceback (most recent call last): h11._util.RemoteProtocolError: no request line received ``` +
+ ## Windows ### Required cipher on Windows Guests (e.g. managed by domain controller with GPO) @@ -452,6 +457,9 @@ The driver wants to release current leases on shutting down windows. This endpoi is currently not implemented. The error message looks like and safely can be ignored (since we have no license limitation :P): +
+ Log example + ``` <1>:NLS initialized <1>:License acquired successfully. (Info: 192.168.178.110, NVIDIA RTX Virtual Workstation; Expiry: 2023-3-30 23:0:22 GMT) @@ -474,6 +482,8 @@ limitation :P): <0>:End Logging ``` +
+ # Credits Thanks to vGPU community and all who uses this project and report bugs.