Table of Contents | ||||||
---|---|---|---|---|---|---|
|
Einleitung / 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:
...
Introduction
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
...
Alle IAM Prozesse werden hier geloggt (Account erstellen, Person erfassen, etc.)
Als Beispiel:
...
)
...
CoreOne Suite System Connector
File Appender --
...
> C:\ProgramData\itsense\LOG\
...
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
...
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 Logs. Audit Trail, Login History etc. ist hier nicht berücksichtigt.
How-to Artikel
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Verwandte Artikel
...
How-To change path of the log-files: How-To configure Logs (Authentication Service)
CoreOne Suite Admin UI
CoreOne Suite Admin UI (Web) is not enabled by default. However, it can be enabled with the following instructions: How-to enable a log file for the Admin UI
CoreOne Self-Service Portal
CoreOne Self-Service Portal is not enabled by default. However, it can be enabled in the following way: How-To enable a log file for the Self-Service Portal