Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Introduction/ Definition
Grundsätzlich verwenden wir bei allen Komponenten das Log-Framework log4net. Bei diesem Framework können pro Komponente unterschiedliche Appender definiert werden. Standardmässig sind diese wie folgt konfiguriert:
VerwendungBasically, 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:
Usage
CoreOne Suite Application Service
DB Appender --> Tabelle log_logA
File Appender --> C:\ProgramData\itsense\LOG\
Event Log Appender --> Windows Event Log (Errors only)
Alle IAM Prozesse werden hier geloggt (Account erstellen, Person erfassenAll IAM processes are logged here (create account, enter person, etc.)
Als BeispielFor 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\
Call Routings
CoreOne Suite Workflow Designer
File Appender --> C:\ProgramData\itsense\LOG\
Logs des from Workflow Designers
Als Beispiel
For example:
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\logsOpenId Connect spezfische Logs (Client authentication, Invalid Logins, etc.)
Die File Logs werden nicht gesondert geschützt, da sie nur auf dem Server direkt zugänglich sind.
Die Aufbewahrungsdauer ist standardmässig auf die Grösse beschränkt. Default Wert 10MB. DPK spezfische Werte müsstet ihr auf dem System überprüfen. Via Windows Backup müsste man via Hoster klären.
Diese Infos beziehen sich auf die System LogsThe file logs are not protected separately, as they are only directly accessible on the server.
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. ist hier nicht berücksichtigtis not considered here.
How-to
Artikelarticle
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Related article
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|