mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 12:25:44 -06:00
[PR #17] [MERGED] added Serilog and file logging #304
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/17
Author: @Flaminel
Created: 11/28/2024
Status: ✅ Merged
Merged: 11/28/2024
Merged by: @Flaminel
Base:
main← Head:add_serilog📝 Commits (1)
09c48a8added Serilog and file logging📊 Changes
11 files changed (+132 additions, -16 deletions)
View changed files
📝
README.md(+10 -4)📝
code/Common/Common.csproj(+4 -0)➕
code/Common/Configuration/Logging/FileLogConfig.cs(+12 -0)➕
code/Common/Configuration/Logging/LoggingConfig.cs(+16 -0)➕
code/Executable/DependencyInjection/LoggingDI.cs(+66 -0)📝
code/Executable/Executable.csproj(+7 -1)📝
code/Executable/Jobs/GenericJob.cs(+3 -0)📝
code/Executable/Program.cs(+1 -0)📝
code/Executable/appsettings.Development.json(+4 -5)📝
code/Executable/appsettings.json(+4 -5)📝
code/test/docker-compose.yml(+5 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.