a34546

Results 5 comments of a34546

项目:微服务使用 坐标:湖南 使用体验:体验不错,简单好用

The configuration of using UTF8 encoding for the request header still yields the same result. The console also has no error logs. Please help me check if the configuration is...

This is my code. ![image](https://github.com/microsoft/reverse-proxy/assets/26135551/c0e6dbc9-2108-4a31-9136-ffc987405c1a) I'm not sure if there are any missing . Please help me check. Thank you

Unhandled exception! System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\MirServer\Mir200\Envir\GameLogItemNameList.txt'. ![image](https://user-images.githubusercontent.com/26135551/230759931-f890faeb-e3aa-4ad1-a7f3-caff9579efca.png) 写入文件报错,需要先把目录创建好,在写入文件。 加了以下代码解决了 `string directoryPath = Path.GetDirectoryName(fileName); if (!Directory.Exists(directoryPath)) Directory.CreateDirectory(directoryPath);`

期待加入日志平台功能,主打轻量,这样不想部署日志服务了。