-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BED-4153: Begin slog rewrite * chore: convert all formatted string logs to use `fmt.Sprintf` as an intermediate for slog compatibility * BED-4153: Improve context hook * BED-4153: Fix IDResolver name * chore: refactor out slog measure package * chore: reference implementation for supporting runtime level manipulation * BED-4153: Migrate to new LogAndMeasure * BED-4153: Migrate to new Measure * BED-4153: Migrate log.Info * BED-4153: Migrate log.Error * BED-4153: Migrate log.Warn * BED-4153: Migrate log.Debug and log.Panic * BED-4153: Rename log package to bhlog * BED-4153: Update gormlogadapter test * BED-4153: Remove all legacy log functionality * BED-4153: Resolve issues from migration * BED-4153: Resolve lint errors * BED-4153: Resolve lint issues * BED-4153: Add convenience ConfigureDefault function * feat: wire up config for text logging --------- Co-authored-by: Alyx Holms <aholms@specterops.io>
- Loading branch information
1 parent
9e77c99
commit b90fd6c
Showing
144 changed files
with
1,235 additions
and
2,320 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.