I need to get logs last 10 min in c#
Open
- Dominant language
- C#
- Stars
- 2.4k
- Forks
- 416
- PR merge metrics
- No merged PRs in 30d
Description
I need to get log last 10 min . I am not able to find a solution
example :
var parameters = new ContainerLogsParameters
{
ShowStdout = true,
ShowStderr = true,
Timestamps = true,
Since = "1"
};
Stream logStream = await (client.Containers.GetContainerLogsAsync(container.ID, parameters, default)).ConfigureAwait(false);
in above example what should I pass since value
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.