Bug 379370 - Cluster-wide Logback configuration UI
Summary: Cluster-wide Logback configuration UI
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: gyrex (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Peter Grube CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on: 375809
Blocks:
  Show dependency tree
 
Reported: 2012-05-14 03:24 EDT by Gunnar Wagenknecht CLA
Modified: 2018-03-19 11:59 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gunnar Wagenknecht CLA 2012-05-14 03:24:31 EDT
There is already some code available for configuring Logback at runtime through the Admin UI. This should be reworked to the new Admin UI. We should also look at what functionality is exposed in such a UI. The current idea is to limit the configuration to a set of well known appender. The UI must be simpler to use than the raw logback.xml. This also means that it can't expose all Logback capabilities.

Core:
http://git.eclipse.org/c/gyrex/gyrex-platform.git/tree/bundles/org.eclipse.gyrex.logback.config

UI:
http://git.eclipse.org/c/gyrex/gyrex-admin.git/tree/bundles/org.eclipse.gyrex.admin.ui.logback
Comment 1 Gunnar Wagenknecht CLA 2012-09-06 01:09:21 EDT
https://git.eclipse.org/r/7214
Comment 2 Gunnar Wagenknecht CLA 2012-10-18 09:36:46 EDT
Merged and pushed. Thanks Peter!