Rebase part 2
This commit is contained in:
parent
987755cc59
commit
0823fabac2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue