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
Hello,
In my environment, I have large numbers of CSV files with 3 columns (eg "A", "B", "C"). each column's data type are just strings.
I have try to use setup the config like following
{
path: "**/*.csv"
format= {
type: Log4jLogFormat
pattern: "%m,%m,%m"
}
}
However, when I double click those CSV files with LogViewer web front end's Browser, it does not open and just shown as "Unknown" file type. The logviewer log file does not show any error.
I have also tried using RegexLogFormat, but still same error.
I'm using version 1.0.7 of logviewer and OpenJDK Runtime Environment (build 11.0.22+7-post-Ubuntu-0ubuntu220.04.1)
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
In my environment, I have large numbers of CSV files with 3 columns (eg "A", "B", "C"). each column's data type are just strings.
I have try to use setup the config like following
{
path: "**/*.csv"
format= {
type: Log4jLogFormat
pattern: "%m,%m,%m"
}
}
However, when I double click those CSV files with LogViewer web front end's Browser, it does not open and just shown as "Unknown" file type. The logviewer log file does not show any error.
I have also tried using RegexLogFormat, but still same error.
I'm using version 1.0.7 of logviewer and OpenJDK Runtime Environment (build 11.0.22+7-post-Ubuntu-0ubuntu220.04.1)
Thank you
The text was updated successfully, but these errors were encountered: