Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Die Blancco Management Console uses standard Konsole verwendet den Standard Apache Log4j 2 as the logging framework. In addition, Apache Tomcat implements the access logging.als Protokollierungsframework. Darüber hinaus implementiert Apache Tomcat die Zugriffsprotokollierung.

Folgende Verzeichnisse werden zum Speichern von Protokolldateien verwendetFollowing directories are used for storing log files:

  • Log4j: [Installation pathInstallationsverzeichnis]\logs\
  • Apache Tomcat: [Installation pathInstallationsverzeichnis]\apache-tomcat\logs\

Log4j configurationKonfiguration 

Die Konfigurationsdatei befindet sich unter: [InstallationsverzeichnisThe configuration file is located at: [Installation path]\apache-tomcat\webapps\ROOT\WEB-INF\classes\log4j2.xml.

Blancco Management Console is required to be restarted after changes of log configuration file.
The main log level can be set by XML elementDie Blancco Management Konsole muss nach Änderungen der Protokollkonfigurationsdatei neu gestartet werden.

Die Hauptprotokollierungsstufe kann durch folgendes XML-Element festgelegt werden:<Root level="info">
Available logging levels
Verfügbare Protokollierungsstufen:

  • debug - logs verbose debug information, not recommended in production protokolliert ausführliche Debuginformationen, die in der Produktion nicht empfohlen werden
  • info - die Standardprotokollierungsstufe der info - the default logging level of Blancco Management Console
  • audit - info level logging and audit logging to the separate file - Info-Level-Logging und Audit-Logging in eine separate Datei (audit.log)
  • warn - logs warnings and errors protokolliert Warnungen und Fehler
  • error - logs only errors protokolliert nur Fehler
  • off - logging is completely disabled Protokollierung ist vollständig deaktiviert

Log4j archiviert alte Protokolldateien in ZIP-Dateien. Die maximale Größe der geöffneten Protokolldatei wird durch das XML-Element Log4j archives old log files into ZIP files. The maximum size of open log file is defined by XML element <SizeBasedTriggeringPolicy size = "100MB" /> , separately for getrennt und für main.log and und audit.log definiert.

Archived log files are stored into date formatted path: [Installation pathArchivierte Protokolldateien werden im datumsformatierten Pfad gespeichert: [Installationspfad]/logs/archiveArchiv-logs/<yyyy<JJJJ-mm>MM>/<app<App|audit>Audit>-yyyy-mm-dd-n.log.zip


Apache Tomcat logging configurationTomcat Protokollierungskonfiguration

Die Zugriffsprotokollierung wird von The access logging is implemented by standard Apache Tomcat AccessLogValve in der Datei server.xml . By default the pattern is implementiert. Standardmäßig ist das Muster 'common' but also , aber auch 'combined' can be used.kann verwendet werden.

Die Zugriffsprotokolle werden in tägliche Dateien mit dem Namen The access logs are written into daily files named bmc_access_log.<yyyy<Yyyy-mm-dd>.txt.txt geschrieben