Skip to content

Commit

Permalink
log to logs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Oct 27, 2024
1 parent 12ee2c6 commit 1fa8817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubberduckvba.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private static void ConfigureLogging(IServiceCollection services)
(NLog.LogLevel.Trace, "*", new DebuggerTarget("DebuggerLog")),
(NLog.LogLevel.Info, "rubberduckvba.*", new FileTarget("FileLog")
{
FileName = "rubberduckvba.Server.log",
FileName = "logs/rubberduckvba.Server.log",
DeleteOldFileOnStartup = true,
CreateDirs = true,
ArchiveEvery = FileArchivePeriod.Day,
Expand Down

0 comments on commit 1fa8817

Please sign in to comment.