You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Both persistentLogAttributes and persistentKeys options were provided. Using persistentKeys as persistentLogAttributes is deprecated and will be removed in future releases',
847
+
})
848
+
);
849
+
});
850
+
851
+
it('gets overridden by persistentKeys usage',()=>{
'Both persistentLogAttributes and persistentKeys options were provided. Using persistentKeys as persistentLogAttributes is deprecated and will be removed in future releases',
'Both persistentLogAttributes and persistentKeys options were provided. Using persistentKeys as persistentLogAttributes is deprecated and will be removed in future releases',
896
+
})
897
+
);
898
+
});
899
+
900
+
it('persists for child loggers using persistentLogAttributes',()=>{
'Both persistentLogAttributes and persistentKeys options were provided. Using persistentKeys as persistentLogAttributes is deprecated and will be removed in future releases',
925
+
})
926
+
);
927
+
});
928
+
929
+
it('persists for child loggers using persistKeys',()=>{
'Both persistentLogAttributes and persistentKeys options were provided. Using persistentKeys as persistentLogAttributes is deprecated and will be removed in future releases',
954
+
})
955
+
);
956
+
});
957
+
958
+
it('persists for child loggers using persistentLogAttributes when parent used persistentLogAttributes',()=>{
'Both persistentLogAttributes and persistentKeys options were provided. Using persistentKeys as persistentLogAttributes is deprecated and will be removed in future releases',
987
+
})
988
+
);
989
+
});
990
+
991
+
it('persists for child loggers using persistentLogAttributes when parent used persistentKeys',()=>{
'Both persistentLogAttributes and persistentKeys options were provided. Using persistentKeys as persistentLogAttributes is deprecated and will be removed in future releases',
0 commit comments