This commit is contained in:
2025-11-28 16:54:56 +09:00
parent 23176551b7
commit 8f18415f25
841 changed files with 67879 additions and 12265 deletions

View File

@@ -58,7 +58,8 @@ namespace UGQApiServer
options.m_port = usingKestrel(builder, options.m_port);
Log.NLogFileName = "./Config/nlog-UGQApiServer.config";
Log.initLog("UGQApiServer", "Developer");
Log.initLog(options.m_type.ToString(), "Developer");
Log.setIPnPort(AwsHelper.getAwsPublicIPv4OrEthernetIPv4(), (ushort)options.m_port);
UgqApiBusinessLogger.initBusinessLog();
Log.getLogger().info("startup");