[
https://issues.apache.org/jira/browse/ISIS-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andi Huber closed ISIS-2307.
----------------------------
Resolution: Fixed
the workaround is to add imperative logging configuration statements to the
main() like eg.
{code:java}
public class DemoAppVaadin extends SpringBootServletInitializer {
public static void main(String[] args) {
IsisPresets.logging(IsisSessionFactoryDefault.class, "debug");
IsisPresets.logging(VaadinAuthenticationHandler.class, "debug");
IsisPresets.logging(IsisServletForVaadin.class, "debug");
SpringApplication.run(new Class[] { DemoAppVaadin.class }, args);
}
}
{code}
> Vaadin Viewer: Isis Preset Debug Logging not honored
> ----------------------------------------------------
>
> Key: ISIS-2307
> URL: https://issues.apache.org/jira/browse/ISIS-2307
> Project: Isis
> Issue Type: Improvement
> Components: Viewer: Vaadin
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Minor
> Fix For: 2.0.0-M3
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)