Administration of nevisAdapt
This section describes the administration of nevisAdapt.
Log files and configuration
Logback configuration
You find the logback configuration file here:
/var/opt/nevisadapt/conf/logback.xml
Log files
You find the log files here (see below). It is possible to override the log files in the configuration.
/var/opt/nevisadapt/logs/nevisadapt.log
Log in the Authstate
Also in case of a direct integration of nevisAdapt into nevisAuth, it is possible to show the result of the nevisAdapt service calls in your nevisAuth log file (esauthv4.log). For this, you need to increase the log level of the AdaptAuth logger.
The easiest way to do that is to add the setting "AdaptAuthState-Core = INFO" to the Log Level Overrides section of the nevisAuth Log Settings pattern in nevisAdmin 4.
If applicable the other following groups "AdaptAuthState-RememberMe" and "AdaptAuthState-Termination" can be added for even more detailed logging.
AdaptAuthState-Core = INFO
AdaptAuthState-RememberMe = INFO
AdaptAuthState-Termination = INFO
Logging groups of nevisAdapt
The following list shows the most important general trace groups, in combination with relevant debugging use cases:
nevisAdapt Logging Group | Default Log Level | Function |
---|---|---|
AdaptAuthMngmt | INFO | Connection between nevisAuth and nevisAdapt |
AdaptDataMngmt-Persistency | INFO | nevisAdapt database cleanup |
AdaptDataMngmt | INFO | nevisAdapt core database service |
AdaptIPLocation-Csv | INFO | nevisAdapt IP2Location file/upload integration |
AdaptIPReputationService | INFO | nevisAdapt geolocation default integration |
AdaptIPLocation-Bin | INFO | nevisAdapt IP2Location bin integration |
AdaptIPLocation-MaxMind | INFO | nevisAdapt MaxMind service integration |
AdaptFeedback | INFO | nevisAdapt feedback integration |
AdaptModules-Generic | INFO | nevisAdapt modules' default integration |
AdaptModules-DeviceCookieModule | INFO | nevisAdapt modules' device integration |
AdaptModules-FingerprintModule | INFO | nevisAdapt modules' fingerprint integration |
AdaptModules-GeoLocationModule | INFO | nevisAdapt modules' geolocation integration |
AdaptRestService-Reporting | INFO | nevisAdapt REST for reporting |
AdaptRestService-Core | INFO | nevisAdapt REST for core functions |