Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar97 committed Jun 14, 2023
1 parent 2d55615 commit 396bb37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Log/LogHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public static void RemoveLogTarget(string name)

public static void AddDefaultTempLogTarget(string name, string logFilePath)
{

var defaultConfiguration = new NLogBasedLogConfiguration
{
OpenOnStartUp = false,
Expand Down
2 changes: 1 addition & 1 deletion Persistence/JsonBasedPersistenceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace ASRR.Core.Persistence
{
public class JsonBasedPersistenceProvider : IPersistentStorageProvider
{
private const string ProgramDataPath = @"C:\ProgramData\ASRR\Storage";
public const string ProgramDataPath = @"C:\ProgramData\ASRR\Storage";
private static readonly Logger Log = LogManager.GetCurrentClassLogger();
private readonly string _path;

Expand Down

0 comments on commit 396bb37

Please sign in to comment.