| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Amend sample to include env and backtrace info | 12 年前 | |
DEV: update to use latest base image for discourse This updates some dependencies for the demo website. | 6 年前 | |
Don't ship giant images with gem | 10 年前 | |
DEV: Format files with syntax_tree gem (#208) Why this change? The Discourse team has adopted the `syntax_tree` gem to format Ruby files. | 2 年前 | |
FEATURE: Custom grouping patterns (#99) Logster has offered grouping of logs that have identical messages, severity and backtraces for quite some time now. This commit introduces grouping based on regular expression patterns that can be defined via Logster's UI. Each pattern will group logs that match into a single row and you'll be able to navigate through the messages/backtraces/envs of the individual logs when you select the row. The row will have the same timestamp as the most recent log contained in the group. If you wish to undo the grouping, you can simply remove the pattern and all grouped logs will return to their original places in the logs list. You can also amend the pattern and any logs that don't match the pattern any more will be removed from the group and returned to their original place, and patterns that now do match the pattern will be added to the group. To enable this feature, add this line `Logster.config.enable_custom_patterns_via_ui = true` to your app, and you'll see a small cog icon to the bottom right corner that takes you to the settings page where you can manage your grouping (and suppression) patterns. | 6 年前 | |
Bump rack from 2.2.6.4 to 2.2.8.1 in /website (#227) Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.8.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.6.4...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2 年前 | |
FEATURE: Group similar errors together | 11 年前 | |
FEATURE: Custom grouping patterns (#99) Logster has offered grouping of logs that have identical messages, severity and backtraces for quite some time now. This commit introduces grouping based on regular expression patterns that can be defined via Logster's UI. Each pattern will group logs that match into a single row and you'll be able to navigate through the messages/backtraces/envs of the individual logs when you select the row. The row will have the same timestamp as the most recent log contained in the group. If you wish to undo the grouping, you can simply remove the pattern and all grouped logs will return to their original places in the logs list. You can also amend the pattern and any logs that don't match the pattern any more will be removed from the group and returned to their original place, and patterns that now do match the pattern will be added to the group. To enable this feature, add this line `Logster.config.enable_custom_patterns_via_ui = true` to your app, and you'll see a small cog icon to the bottom right corner that takes you to the settings page where you can manage your grouping (and suppression) patterns. | 6 年前 | |
DEV: Fix failing tests and linting (#235) | 2 年前 |
Sample Website
This website is running at logster.info.
To start it and test your code changes:
$ bundle install
$ bundle exec rackup