From 15b94bcaffb25907a7208c685b6f77d88e397d31 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Thu, 21 Nov 2024 15:53:05 -0500 Subject: [PATCH 1/2] minor typographical fix --- docs/sdks/sdk-ref-csharp-dotnet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sdks/sdk-ref-csharp-dotnet.md b/docs/sdks/sdk-ref-csharp-dotnet.md index a717e04fd..3a737345c 100644 --- a/docs/sdks/sdk-ref-csharp-dotnet.md +++ b/docs/sdks/sdk-ref-csharp-dotnet.md @@ -37,7 +37,6 @@ The library uses .NET Standard 2.1. unit tests. The sample app uses .NET 5.0. ## GitHub Repository/Binary - This SDK is in the following open-source GitHub repository: - [SDK for .NET](https://github.com/IABTechLab/uid2-client-net/blob/master/README.md) From f5755c6c2e0164036f66b9f63281c8ffccdbb8d2 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Fri, 22 Nov 2024 09:33:23 -0500 Subject: [PATCH 2/2] AWS doc edit from TM --- docs/guides/operator-guide-aws-marketplace.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/operator-guide-aws-marketplace.md b/docs/guides/operator-guide-aws-marketplace.md index 56729deda..3a99f33d9 100644 --- a/docs/guides/operator-guide-aws-marketplace.md +++ b/docs/guides/operator-guide-aws-marketplace.md @@ -329,7 +329,8 @@ These are the default settings for the following reasons: - The command refers to `/var/lib/logrotate/logrotate.status` to check the log status and see if it has reached the rotation condition, so that it won't make extra rotations when `logrotate` is run every minute. ### Changing the Log Rotation Schedule -To change the log rotation schedule, update the `etc/logrotate.d/uid2operator.conf` file. + +To change the log rotation schedule, update the `etc/logrotate.d/operator-logrotate.conf` file. Follow the instructions in the logrotate documentation: see [logrotate(8) - Linux man](https://linux.die.net/man/8/logrotate) page.