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
but I still cant get my logs back, all I can do is comment owl2vowl dependency to get the project to output log messages.
its seems like a common logging issue... which I don't know how to solve
how to embed the dependency without breaking my logger? is it me doing it wrong or something with owl2vowl?
regards
Anyway, very nice job on this tool !
The text was updated successfully, but these errors were encountered:
the owl2vowl pom file has several profiles ( and here I am not sure which profile will be used for your build)
there are resource files log4j2-spring-file.xml and log4j2-spring.xml
they are necessary for the loggers, so there might be two options that cause the error
owl2vowl resources are not copied to you build
owl2vowl resource your logger xml files
However, without a particular example, It becomes hard to troubleshoot.
But I hope this provides you with some hints :)
when adding the owl2Vowl dependency to my spring boot project, all my log4j logs disappears.
so I tried excluding every libraries I found related to logging in my gradle file, even some that are not present in the owl2vowl pom.xml
but I still cant get my logs back, all I can do is comment owl2vowl dependency to get the project to output log messages.
its seems like a common logging issue... which I don't know how to solve
how to embed the dependency without breaking my logger? is it me doing it wrong or something with owl2vowl?
regards
Anyway, very nice job on this tool !
The text was updated successfully, but these errors were encountered: