Details
Assignee
UnassignedUnassignedReporter
Steven GentensSteven GentensPriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Steven Gentens
Steven GentensPriority
Created July 9, 2018 at 9:35 AM
Updated July 9, 2018 at 9:35 AM
`LoggingModule` can not be bootstrapped when `AcrossWebModule` is not bootstrapped into the application and `ApplicationInfoModule` is bootstrapped.
`RequestLoggerFilterConfiguration` configures the `RequestLoggerFilter` and depends on `AcrossWebModule`, but has an inner configuration class that only requires `ApplicationInfoModule` and modifies the `RequestLoggerFilter`.
Steps to reproduce:
Generate a project through Across Initializr with `LoggingModule` and `ApplicationInfoModule` enabled.
Start up the application