From 505f95848ba28a59893b574dba1c5a50af63e60a Mon Sep 17 00:00:00 2001 From: BaronKiko <BaronKiko@users.noreply.github.com> Date: Wed, 12 Feb 2020 01:18:33 +0000 Subject: Reducing log sizes (#724) * Separated out log's into a separate file for each run. It will keep up to 3 * Rebase part 2 Co-authored-by: Andy Adshead <andy.075109@hotmail.co.uk> --- Ryujinx.Common/Configuration/LoggerModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Common/Configuration/LoggerModule.cs') diff --git a/Ryujinx.Common/Configuration/LoggerModule.cs b/Ryujinx.Common/Configuration/LoggerModule.cs index 504a8141..058bea5b 100644 --- a/Ryujinx.Common/Configuration/LoggerModule.cs +++ b/Ryujinx.Common/Configuration/LoggerModule.cs @@ -78,7 +78,7 @@ namespace Ryujinx.Configuration if (e.NewValue) { Logger.AddTarget(new AsyncLogTargetWrapper( - new FileLogTarget(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Ryujinx.log"), "file"), + new FileLogTarget(AppDomain.CurrentDomain.BaseDirectory, "file"), 1000, AsyncLogTargetOverflowAction.Block )); -- cgit v1.2.3-70-g09d2