Nestjs Pino Extra Packages
Preparing search index...
@nestjs-labs/nestjs-pino-extra
module-option
LogConfig
Interface LogConfig
Configuration interface for better type safety
interface
LogConfig
{
app
:
string
;
filename
?:
string
;
level
:
Level
;
loki
?:
string
;
spanIdKey
:
string
;
traceIdKey
:
string
;
}
Index
Properties
app
filename?
level
loki?
span
Id
Key
trace
Id
Key
Properties
app
app
:
string
Optional
filename
filename
?:
string
level
level
:
Level
Optional
loki
loki
?:
string
span
Id
Key
spanIdKey
:
string
trace
Id
Key
traceIdKey
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
filename
level
loki
span
Id
Key
trace
Id
Key
Nestjs Pino Extra Packages
Loading...
Configuration interface for better type safety