mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
Fix spelling in logger setup
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
6bde075cd3
commit
4861f69d7c
@ -101,7 +101,7 @@ func initLogging() {
|
||||
logWrapper := logger.NewLogrusLogger(cfg)
|
||||
syft.SetLogger(logWrapper)
|
||||
stereoscope.SetLogger(&logger.LogrusNestedLogger{
|
||||
Logger: logWrapper.Logger.WithField("from-lib", "steroscope"),
|
||||
Logger: logWrapper.Logger.WithField("from-lib", "stereoscope"),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user