[PR #17] [MERGED] added Serilog and file logging #304

Closed
opened 2025-10-09 17:01:01 -05:00 by giteasync · 0 comments
Owner

📋 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: mainHead: add_serilog


📝 Commits (1)

  • 09c48a8 added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/17 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 11/28/2024 **Status:** ✅ Merged **Merged:** 11/28/2024 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_serilog` --- ### 📝 Commits (1) - [`09c48a8`](https://github.com/Cleanuparr/Cleanuparr/commit/09c48a8533b7d38582adb9494a4904ddfa2be948) added Serilog and file logging ### 📊 Changes **11 files changed** (+132 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:01:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#304
No description provided.