We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c921a commit 41eef7bCopy full SHA for 41eef7b
src/Agent/NewRelic/Agent/Core/Logging/LoggerBootstrapper.cs
@@ -253,7 +253,7 @@ private static LoggerConfiguration ConfigureRollingLogSink(this LoggerConfigurat
253
fileSizeLimitBytes: 50 * 1024 * 1024,
254
encoding: Encoding.UTF8,
255
rollOnFileSizeLimit: true,
256
- retainedFileCountLimit: null, // unlimited number of files
+ retainedFileCountLimit: 4, // TODO: Will make configurable
257
shared: true,
258
buffered: false
259
);
0 commit comments