Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Introduction
...
Basically, we use the log framework log4net for all components. With this framework, different appenders can be defined per component. By default, these are configured as follows:
...
The CoreOne Suite uses a Log-Framework for all it’s components that allows you to configure multiple appenders. Those appender range from simple file logs to custom implementations where you can integrate the messages into your custom build monitoring solution. By default all applications come with a certain set of appenders configured. This document list those appenders and where the appropriate output can be found.
CoreOne Suite Application Service
DB Appender -->
...
Table log_
...
log
File Appender --> C:\ProgramData\itsense\LOG\
Event Log Appender --> Windows Event Log (Errors only)
All IAM processes are logged here (create account, enter person, etc.)
For examplel:
Code Block |
---|
2019-01-22 16:57:23,953 [Task 9c2349cf-35db-4366-b285-41efbe374492 (AppCustomer: 900000, Resume False)] INFO iTsense.Moving.Backend.Services.DmcoreService.Provisioning.UpdateIdentity.UpdateIdentityTask [(null)] - Update Identity 41265 (Delete value for attribute 110)
2019-01-22 16:57:58,141 [Task 9c2349cf-35db-4366-b285-41efbe374492 (AppCustomer: 900000, Resume False)] INFO iTsense.Moving.Backend.Services.DmcoreService.Provisioning.UpdateIdentity.UpdateIdentityTask [(null)] - Update Identity 39653 (Delete value for attribute 110)
2019-01-22 16:58:08,797 [Task 9c2349cf-35db-4366-b285-41efbe374492 (AppCustomer: 900000, Resume False)] INFO iTsense.Moving.Backend.Services.DmcoreService.Provisioning.UpdateIdentity.UpdateIdentityTask [(null)] - Update Identity 39601 (Delete value for attribute 110)
2019-01-22 16:58:09,579 [Task 9c2349cf-35db-4366-b285-41efbe374492 (AppCustomer: 900000, Resume False)] INFO iTsense.Moving.Backend.Services.DmcoreService.Provisioning.UpdateIdentity.UpdateIdentityTask [(null)] - Update Identity 39647 (Delete value for attribute 110)
2019-01-22 16:58:10,344 [Task 9c2349cf-35db-4366-b285-41efbe374492 (AppCustomer: 900000, Resume False)] INFO iTsense.Moving.Backend.Services.DmcoreService.Provisioning.UpdateIdentity.UpdateIdentityTask [(null)] - Update Identity 39578 (Delete value for attribute 110)
2019-01-22 16:59:41,219 [29] WARN iTsense.Moving.Backend.ServiceRunner.Manager.LocalEventManager.EventObserverLocal.GlobalSocketClient [(null)] - Disconnected from Global eventmanager, reconnect... |
CoreOne Suite System Connector
File Appender --
...
> C:\ProgramData\itsense\LOG\
...
System Connector spezifisches Log (Provisioning, etc.)
CoreOne Suite Routing Service
File Appender --
...
> C:\ProgramData\itsense\LOG\
...
...
CoreOne Suite Workflow Designer
File Appender --
...
> C:\ProgramData\itsense\LOG\
...
...
Code Block |
---|
19.06.2017 17:19:32: WARN - Try load assembly System.Activities.Presentation.AeroLite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 with resolver MovingAssemblyLoader: null
19.06.2017 17:19:32: WARN - Unable to load assembly System.Activities.Presentation.AeroLite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
19.06.2017 17:19:32: WARN - Try load assembly System.Activities.Presentation.AeroLite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 with resolver MovingAssemblyLoader: null
19.06.2017 17:19:32: WARN - Unable to load assembly System.Activities.Presentation.AeroLite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
19.06.2017 19:33:51: WARN - Try load assembly System.Activities.Presentation.AeroLite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 with resolver MovingAssemblyLoader: null
19.06.2017 19:33:51: WARN - Unable to load assembly System.Activities.Presentation.AeroLite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
19.06.2017 19:33:52: WARN - Try load assembly System.Activities.Presentation.AeroLite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 with resolver MovingAssemblyLoader: null
19.06.2017 19:33:52: WARN - Unable to load assembly System.Activities.Presentation.AeroLite, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
19.06.2017 19:33:57: DEBUG - GetXaml : Begin
19.06.2017 19:33:57: DEBUG - GetXaml : End
|
CoreOne Suite Authentication Service
File Appender --
...
> C:\ProgramData\itsense\AuthenticationService_900000\
...
logs
...
The retention period is limited to the size by default. Default value is 10MB. DPK specific values you would have to check on the system. Via Windows backup you would have to clarify via hoster.
This info is related to the system logs. Audit Trail, Login History etc. is not considered here.
How-to article
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Related article
...