Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/guides/operator-guide-aws-marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion docs/sdks/sdk-ref-csharp-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down