mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 15:32:46 -04:00
Changed TODO comments to reflect new ideas
new/better WIP TODOs wrote a note for fatal logging
This commit is contained in:
parent
0b0d3f7441
commit
d61f616c85
4 changed files with 9 additions and 8 deletions
|
@ -94,6 +94,9 @@ func (l *grpcLogger) Errorf(format string, args ...interface{}) {
|
|||
}
|
||||
|
||||
// TODO(miampf): Find a way to log on a fatal level, not an error level?
|
||||
// A ReplaceAttr function could be implemented in the logger package, however
|
||||
// this would increase it's complexity again (look [here](https://pkg.go.dev/log/slog#HandlerOptions)
|
||||
// for a reference implementation.
|
||||
|
||||
func (l *grpcLogger) Fatal(args ...interface{}) {
|
||||
var pcs [1]uintptr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue