You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Allow the agent to run in environments with read-only filesystems. (#2085)
* Don't bail if log file can't be created
* Support logging to stdout in the Profiler (#2025)
* Agent support for read-only file systems (#2045)
* New option to disable logging
* Env var for console logging
* Supportability metric if logging fails
* Don't allow audit logging if logging is disabled
* chore: Update Profiler NuGet Package Reference to v10.18.0.15. (#2077)
Co-authored-by: nr-ahemsath <[email protected]>
* Add integration tests for file logging disabled and console logging enabled (#2076)
* Checkpoint in order to switch branches
* Refactored AgentLogFile
Moved AgentLogFile to the fixtures instead of the applications
* Shorten some names
* Fix bug caused by Visual Studio autocorrect
* WIP
* Working tests for logging disabled
* Working console logging tests
* Fix nuget package warnings-as-errors
* Fix GuidConfigurationTests
EndsWith() fails if the profiler logs the version, e.g. New Relic .NET CoreCLR Agent v10.18.0.26. Use Contains() instead
* Fix integration test build error
* PR feedback
---------
Co-authored-by: chynesNR <[email protected]>
Co-authored-by: Chris Hynes <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: nr-ahemsath <[email protected]>
Co-authored-by: Marty Tippin <[email protected]>
0 commit comments