-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
kind/enhancementCategorizes issue or PR as related to an improvement.Categorizes issue or PR as related to an improvement.lifecycle/keepDenotes an issue or PR that should be preserved from going stale.Denotes an issue or PR that should be preserved from going stale.
Description
Preflight Checklist
- I have searched the issue tracker for an issue that matches the one I want to file, without success.
- I am not looking for support or already pursued the available support channels without success.
- I agree to follow the Code of Conduct.
Version
v0.1.3
Expected Behavior
Currently, auditing is only possible through standard output (stdout) and standard error (stderr). However, since logging using log/slog is enabled and the SECRET_SYNC_LOG_SERVER environment variable can be set, that can be used to store logs in a specific manager, or otherwise use a default option:
var DefaultSyncJobAuditLogPath = filepath.Join(os.TempDir(), "sync-audit.log") |
Actual Behavior
Currently, auditing is only possible through standard output (stdout) and standard error (stderr).
Steps To Reproduce
No response
Logs
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
kind/enhancementCategorizes issue or PR as related to an improvement.Categorizes issue or PR as related to an improvement.lifecycle/keepDenotes an issue or PR that should be preserved from going stale.Denotes an issue or PR that should be preserved from going stale.
Type
Projects
Status
🔖 Ready for work