We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
logRecordOrder
1 parent e4eee73 commit 3a78c9aCopy full SHA for 3a78c9a
packages/logger/src/types/Log.ts
@@ -132,6 +132,8 @@ type LogFormatterOptions = {
132
* If set, it gives the LogFormatter access to environment variables.
133
*/
134
envVarsService?: EnvironmentVariablesService;
135
+
136
+ logRecordOrder?: Array<keyof UnformattedAttributes>;
137
};
138
139
/**
packages/logger/src/types/Logger.ts
@@ -35,6 +35,7 @@ type BaseConstructorOptions = {
35
logFormatter?: LogFormatterInterface;
36
customConfigService?: ConfigServiceInterface;
37
environment?: Environment;
38
39
40
41
type PersistentKeysOption = {
0 commit comments