Skip to content

Commit

Permalink
fix: fix log_time layout
Browse files Browse the repository at this point in the history
  • Loading branch information
霄鸿 committed Jan 16, 2024
1 parent 3bb6701 commit 14d0adb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class MetaDictKey {
public static final String ULA = "ula";
public static final String ULA_CLOSE = "ula_close";
public static final String ULA_HOST = "ula_host";
public static final String LOG_TIME_LAYOUT = "s";
public static final String LOG_TIME_LAYOUT = "log_time_layout";
public static final String TOKEN_URL_WRITE_LIST = "token_url_write_list";
public static final String TOKEN_URL_NO_AUTH = "token_url_no_auth";
public static final String IS_APM_MATERIALIZED = "is_apm_materialized";
Expand Down

0 comments on commit 14d0adb

Please sign in to comment.