I've "inherited" an Axon.ivy project that I have to maintain, I've installed the Designer and I also see that the project has a pom.xml setup, so I can also build it from the command line. Now, the Designer I understand runs an embedded engine. Also, the pom.xml has a plugin with a goal that also downloads an engine (project-build-plugin:7.3.0:installEngine). Where can I find these engines? More specifically, where can I find the logs for them? PS: I'm running on MacOS asked 26.02.2020 at 05:31 sorin Reguel Werme... ♦♦ |
Workaround for the Axon.ivy Designer logs issue: ...until a fix is available: there is an open issue that prevents logs files form being written to Axon.ivyDesigner/logs dir under Mac. Due to the way MacOS handles applications. >> fix it as follows until an official fix is ready
Logs for the Design time runtime enviroment can be found in various locations
If your want logs from the engine used during maven builds:
answered 27.02.2020 at 05:33 Reguel Werme... ♦♦ The "Runtime log" was my first option, but although it is filtered at "DEBUG" level, I cannot see anything else than errors. I'm trying to log some stuff through
(27.02.2020 at 05:56)
sorin
Ok, so I see the error regarding the Designer writing logs, it's trying to write in
(27.02.2020 at 06:04)
sorin
Is there a way around this? I've tried to create the logs directory, I've tried to chmod it to 777, still the same error. If I move the Designer to a different place rather than /Applications, would it help? Is there any permission I grant in "System Preferences" that would help?
(27.02.2020 at 06:08)
sorin
didn't test it, but maybe a symlinking this /logs directory into your user home will help.
(27.02.2020 at 09:57)
Reguel Werme... ♦♦
Hmm, that's funny, I can't find that error anymore, the one I quoted from above. However, I can still not see any logs in the folder I've linked.
(27.02.2020 at 12:13)
sorin
So, apparently adding I guess the default log level was ERROR?
(27.02.2020 at 15:40)
sorin
I think the default log level should be 'debug'. However it sound to me as if the symlink fix at least partially works. Most users rarely use the /logs dir but examine the RuntimeLog+ErrorLog view. But don't hesitate to tell us if you have other strange execution behavior related to the logs. I'll enrich the existing issue regarding runtime logs on mac (XIVY-3526) and try to raise the pressure on this topic.
(28.02.2020 at 03:39)
Reguel Werme... ♦♦
showing 5 of 7
show 2 more comments
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 26.02.2020 at 05:31
Seen: 1,929 times
Last updated: 20.04.2020 at 05:34