SMOODEV-1175: Deprecate log-viewer — moved to @smooai/observability#161
Merged
Conversation
Mirrors the TS RotationOptions / Rust rotation.rs surface for the
.NET port shipped in SMOODEV-944. RotatingFileOutput is a TextWriter
sink with size-based rollover, gzip-compressed archives (optional),
configurable retention via MaxArchivedFiles, and a configurable
{prefix}/{date}/{index}/{ext} filename pattern.
Wired into SmooLogger via the new SmooLoggerOptions.Rotation; logger
tees structured output to both the configured Output writer (stdout
by default) and the rotating file. SmooLogger is now IDisposable so
the rotation handle closes cleanly. Includes xunit cases for the
rollover trigger, archive count cap, uncompressed archive mode, and
end-to-end SmooLogger -> rotating file wiring.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The Rust desktop log-viewer that lived here has been promoted into the foundation for SmooAI Observability Studio and migrated to SmooAI/observability under rust/log-viewer/. See log-viewer/DEPRECATED.md for the rationale + new build instructions. The crate source is preserved in-place here only so the existing GitHub Actions release pipeline (build-log-viewer.yml, sync-versions, bundle-log-viewer) keeps shipping binaries during the transition. Once the new crate has its own signed-build pipeline (phase 7 of SMOODEV-1175), the source and CI here will be removed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: f8fa21c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This file contains hidden or 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
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.
Summary
Companion PR to SmooAI/observability#SMOODEV-1175-move-log-viewer. The Rust desktop log-viewer that lived here has been promoted to the foundation of "SmooAI Observability Studio" and migrated to
SmooAI/observability/rust/log-viewer/.log-viewer/DEPRECATED.mdwith rationale + new build instructionslog-viewer/ABOUT.md.github/workflows/build-log-viewer.yml,sync-versions.mjs,bundle-log-viewer.mjs) keeps shipping binaries during the transitionOnce the new crate has its own signed-build pipeline (phase 7 of SMOODEV-1175), a follow-up PR will remove the source + CI here.
Test plan
🤖 Generated with Claude Code