Currently, the syntax highlighter uses armasm as a fallback language for non-JSON log data, but armasm (ARM assembly) is not directly related to logging and may not provide optimal highlighting for log messages.
Current behavior:
- When
CLP_STORAGE_ENGINES.CLP_S === SETTINGS_STORAGE_ENGINE, JSON syntax highlighting is used
- Otherwise,
armasm is used as the fallback language
Suggested improvement:
Consider implementing a custom language definition specifically tailored for log data or use a more appropriate existing language that better matches the structure of log messages.
References:
Requested by: @junhaoliao
Currently, the syntax highlighter uses
armasmas a fallback language for non-JSON log data, butarmasm(ARM assembly) is not directly related to logging and may not provide optimal highlighting for log messages.Current behavior:
CLP_STORAGE_ENGINES.CLP_S === SETTINGS_STORAGE_ENGINE, JSON syntax highlighting is usedarmasmis used as the fallback languageSuggested improvement:
Consider implementing a custom language definition specifically tailored for log data or use a more appropriate existing language that better matches the structure of log messages.
References:
Requested by: @junhaoliao