Set logs directory

This commit is contained in:
2025-10-02 18:01:03 +09:00
parent 04bd7a212f
commit c180209322
2 changed files with 6 additions and 1 deletions

View File

@ -55,7 +55,7 @@
IsPPAK = false,
Role = OrganizationRole.RSO,
Logger = logger,
MessageCapturer = new FileMessageCapturer(null, logger)
MessageCapturer = new FileMessageCapturer("test/export", logger)
};
client.SetSigningCertificate("0636D2330032B3C38A4A26D765C787C248");