Search found 551 matches

by admin
Thu Feb 23, 2023 1:55 am
Forum: Installing LogMX
Topic: Unable to use a Java environment
Replies: 1
Views: 18402

Re: Unable to use a Java environment

Hello Didier, Could you please send me the terminal output you get when you type the command "LogMX.app/Contents/MacOS/LogMX" in the LogMX directory? It should also fail (because it's the command line used when starting the macOS native app) but at least this would give us details on what's happenin...
by admin
Fri Feb 11, 2022 2:27 am
Forum: Using LogMX
Topic: Passing Credentials in URL for HTTP Log Manager
Replies: 1
Views: 16297

Re: Passing Credentials in URL for HTTP Log Manager

Hello, The format for HTTP URLs with an IP v4 address and Basic Auth is: http://<login>@<host>/<path> For security reasons, you can't include your password in the URL (because the URL is saved/displayed). But if LogMX doesn't know the password for the given username, LogMX will ask you to enter it (...
by admin
Thu Jan 20, 2022 11:49 pm
Forum: Using LogMX
Topic: How to use message -> like (regex) to match beginning of line
Replies: 3
Views: 23845

Re: How to use message -> like (regex) to match beginning of line

You're right, thanks for sharing! :D
by admin
Thu Jan 20, 2022 1:50 am
Forum: Installing LogMX
Topic: LogMX GotoSource IntelliJ IDEA 2021.2 failed
Replies: 2
Views: 18527

Re: LogMX GotoSource IntelliJ IDEA 2021.2 failed

Hi,

Updates for people seeing this forum thread: LogMX v8.2.0 has been released today, and it includes this new version of IntelliJ plug-in that supports IntelliJ 2020+

Xavier
by admin
Thu Jan 20, 2022 1:50 am
Forum: Using LogMX
Topic: GotoSource plugin not working with IntelliJ 2021.2.2
Replies: 8
Views: 57000

Re: GotoSource plugin not working with IntelliJ 2021.2.2

Hi,

Updates for people seeing this forum thread: LogMX v8.2.0 has been released today, and it includes this new version of IntelliJ plug-in that supports IntelliJ 2020+

Xavier
by admin
Thu Jan 20, 2022 1:47 am
Forum: Using LogMX
Topic: How to use message -> like (regex) to match beginning of line
Replies: 3
Views: 23845

Re: How to use message -> like (regex) to match beginning of line

We actually followed-up this conversation over email :D In case it helps others on this forum, the regex that should be used here is:

Code: Select all

^"QM42VT2.*
(to match every string starting with "QM42VT2, quote included)
by admin
Wed Nov 10, 2021 12:05 am
Forum: Writing a Parser
Topic: LogMX not showing entries on INFO level (logback format)
Replies: 8
Views: 57291

Re: LogMX not showing entries on INFO level (logback format)

Oh I see, thanks for the feedback. Yes it is indeed checked by default, so that is why I couldn't reproduce the issue without your parser (this option was checked on my end)
by admin
Mon Nov 08, 2021 11:52 pm
Forum: Writing a Parser
Topic: LogMX not showing entries on INFO level (logback format)
Replies: 8
Views: 57291

Re: LogMX not showing entries on INFO level (logback format)

Hello, It seems like you exported (or sent) the wrong Parser. This is the parser you attached to this forum: imported-parser.png As you can see the date expected by this Parser also contains day/month/year, and not just hour/min/sec like your logs. But I tried with the following Parser pattern inste...
by admin
Thu Nov 04, 2021 2:21 am
Forum: Using LogMX
Topic: GotoSource plugin not working with IntelliJ 2021.2.2
Replies: 8
Views: 57000

Re: GotoSource plugin not working with IntelliJ 2021.2.2

Hi, I updated my 2021.2.2 to 2021.2.3 and it still worked, even after uninstalling the plugin and re-installing it (in 2021.2.3). Are you installing the plugin via this option?: intellij.png And when doing so, do you pick the whole file I linked above? ("LogMX GotoSource IntelliJ IDEA v2020.2-and-la...
by admin
Wed Nov 03, 2021 2:08 am
Forum: Using LogMX
Topic: GotoSource plugin not working with IntelliJ 2021.2.2
Replies: 8
Views: 57000

Re: GotoSource plugin not working with IntelliJ 2021.2.2

Hello, Weird, I tried on 2 fresh machines (macOS + Windows), both with IntelliJ 2021.2.2, and I didn't have any issue. Maybe the old version of the plugin was not completely uninstalled, and caused some issues with the new one? If the error persists: does it happen every time the IDE starts, or only...
by admin
Sat Oct 30, 2021 4:17 pm
Forum: Submitting a feature request
Topic: Concatenate files before merge
Replies: 1
Views: 21055

Re: Concatenate files before merge

Bonjour, First, really sorry for the very late response, all the posts on this forum were silently queued, but the forum is now fixed. Sadly, I am not sure we could implement such feature, because it would mean that a LogMX Parser for one file would have to be aware of other files, and of the order ...
by admin
Sat Oct 30, 2021 3:42 pm
Forum: Writing a Parser
Topic: LogMX not showing entries on INFO level (logback format)
Replies: 8
Views: 57291

Re: LogMX not showing entries on INFO level (logback format)

Hello, First, really sorry for the very late response, all the posts on this forum were silently queued, but the forum is now fixed. I tried with the latest version of LogMX (v8.1.0), and it worked for me (i.e. both DEBUG and INFO entries show up), but I had to manually type in the Logback pattern s...
by admin
Sat Oct 30, 2021 3:23 pm
Forum: Using LogMX
Topic: LogMX 8.1.0 and Log4j2 JSON 2.4.1
Replies: 1
Views: 15961

Re: LogMX 8.1.0 and Log4j2 JSON 2.4.1

Hello, First, really sorry for the very late response, all the posts on this forum were silently queued, but it's now fixed. If your issue is that you are trying to have a readable date in the "Timestamp" column, you can do that by going to menu "Tools" > "Options" > tab "Display": entries-date.png ...
by admin
Sat Oct 30, 2021 3:04 pm
Forum: Miscellaneous
Topic: problem size in display hidpi (full hd)
Replies: 1
Views: 21075

Re: problem size in display hidpi (full hd)

Hello, First, really sorry for the very late response, all the posts on this forum were silently queued, but it's now fixed. I think we actually exchanged about this issue by email recently :) (probably because your message couldn't be posted on this forum sorry). For the records, and to help other ...