Skip to content

Commit

Permalink
Update src/contexts/StateContextProvider.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Junhao Liao <[email protected]>
davemarco and junhaoliao authored Nov 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 027f00d commit f2959ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contexts/StateContextProvider.tsx
Original file line number Diff line number Diff line change
@@ -294,7 +294,7 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {
level: LOG_LEVEL.INFO,
message: "Adding one can enhance the readability of your structured logs by customizing how fields are displayed.",
timeoutMillis: 2 * DEFAULT_AUTO_DISMISS_TIMEOUT_MILLIS,
title: "Format JSON Logs",
title: "A format string has not been configured",
});
}
break;

0 comments on commit f2959ae

Please sign in to comment.