mirror of
https://github.com/anchore/syft
synced 2024-11-10 14:24:12 +00:00
Fix spelling in logger setup
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
6bde075cd3
commit
4861f69d7c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue