Skip to content

Commit

Permalink
Add warning that decoder format string syntax will change in a future…
Browse files Browse the repository at this point in the history
… release. (#106)
  • Loading branch information
Henry8192 authored Oct 25, 2024
1 parent 84ee0d9 commit 4c69bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/modals/SettingsModal/SettingsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import ThemeSwitchToggle from "./ThemeSwitchToggle";

const CONFIG_FORM_FIELDS = [
{
helperText: "[JSON] Log messages conversion formats.",
helperText: "[JSON] Log messages conversion pattern. The current syntax is similar to" +
" Logback conversion patterns but will change in a future release.",
initialValue: getConfig(CONFIG_KEY.DECODER_OPTIONS).formatString,
label: "Decoder: Format string",
name: LOCAL_STORAGE_KEY.DECODER_OPTIONS_FORMAT_STRING,
Expand Down

0 comments on commit 4c69bc1

Please sign in to comment.