Skip to content

Commit

Permalink
log to logs folder
Browse files Browse the repository at this point in the history
retailcoder committed Oct 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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,

0 comments on commit 1fa8817

Please sign in to comment.