-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V11: Allow changing logging directory from configuration #13485
Merged
Zeegaan
merged 5 commits into
v11/dev
from
v11/feature/allow_changing_logging_directory_form_config
Nov 29, 2022
Merged
V11: Allow changing logging directory from configuration #13485
Zeegaan
merged 5 commits into
v11/dev
from
v11/feature/allow_changing_logging_directory_form_config
Nov 29, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zeegaan
requested changes
Nov 28, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a few small changes
src/Umbraco.Infrastructure/Logging/Serilog/LoggerConfigExtensions.cs
Outdated
Show resolved
Hide resolved
src/Umbraco.Infrastructure/Logging/Serilog/LoggerConfigExtensions.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Nikolaj Geisle <[email protected]>
Co-authored-by: Nikolaj Geisle <[email protected]>
Looks good, tests good 🎉 |
Zeegaan
deleted the
v11/feature/allow_changing_logging_directory_form_config
branch
November 29, 2022 06:28
nikolajlauridsen
added a commit
that referenced
this pull request
Dec 1, 2022
* update marketplace url to its final, live url * Added various Block Grid translations (EN & NL) (#13488) * Added various translations * Added another translation * Change request * Revert breaking changes adding IContextCache to deploy connectors (#13489) * Remove breaking changes in Deploy connector interfaces * Add extension methods for calling the new interface methods in a backwards-compatible way * Create and pack empty file to add TFM dependency (#13475) * Change login image to new SVG. (#13493) * Only add global usings when ImplicitUsings is enabled (#13491) * bump to rc6 * V11: Allow changing logging directory from configuration (#13485) * Allow changing logging directory from configuration * Clean up * Missing return statement * Apply suggestions from code review Co-authored-by: Nikolaj Geisle <[email protected]> * Update src/Umbraco.Core/Constants-SystemDirectories.cs Co-authored-by: Nikolaj Geisle <[email protected]> Co-authored-by: Nikolaj Geisle <[email protected]> * Move login.svg file * Make sure contexbar fits within the available space (#13467) * Make sure contexbar fits within the available space * Ensuring context bar moves above, no matter size of it. * Fixing apperance of connection-fixers * Info panes not loading prerequisites (#13486) * load relations immediately on init and remove call to non-existing function `appTabChange` on destroy * load relations immediately on init and remove now not-used eventsService * do not set layout gaps (#13496) * Nuget updates (#13478) * Updated nuget packages * Remove npoco update Co-authored-by: nikolajlauridsen <[email protected]> * Nuget updates (#13478) * Updated nuget packages * Remove npoco update Co-authored-by: nikolajlauridsen <[email protected]> * Bump version to final * V11/cherry pick flaky test (#13506) * V10/feature/fixing flaky acceptance test (#13473) * Bumped version * Handle external authentication providers (#13487) Co-authored-by: Jacob Overgaard <[email protected]> Co-authored-by: Corné Hoskam <[email protected]> Co-authored-by: Ronald Barendse <[email protected]> Co-authored-by: Niels Lyngsø <[email protected]> Co-authored-by: Bjarke Berg <[email protected]> Co-authored-by: Nikolaj Geisle <[email protected]> Co-authored-by: nikolajlauridsen <[email protected]> Co-authored-by: Andreas Zerbst <[email protected]>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to #13356
Changes
Umbraco.CMS.Logging.Directory
Constants.SystemDirectories.LogFiles
as this is now configurableIOptions<LoggingSettings>
parameterTests
~
will be relative to the content root