[
https://issues.apache.org/jira/browse/FELIX-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filippo Diotalevi updated FELIX-1052:
-------------------------------------
Attachment: log.shell.zip
Bundle implementing the "log" command for the Apache Shell Console. It is very
simple and quick to integrate in Felix code base; it is structured following
the conventions used by other Felix subprojects.
Requires Log Service and Felix Shell.
Usage:
log [<max log entries>] [error | warn | info | debug]
examples:
1) log -> show recent logs
2) log 5 -> show latest 5 logs
3) log warn -> show only warn (or more critical) logs
4) log info 5 -> show the latest 5 logs with severity info or more
Bundle contents:
----------------------
log.shell/
log.shell/LICENSE
log.shell/NOTICE
log.shell/pom.xml
log.shell/src/
log.shell/src/main/
log.shell/src/main/java/
log.shell/src/main/java/org/
log.shell/src/main/java/org/apache/
log.shell/src/main/java/org/apache/felix/
log.shell/src/main/java/org/apache/felix/log/
log.shell/src/main/java/org/apache/felix/log/shell/
log.shell/src/main/java/org/apache/felix/log/shell/Activator.java
log.shell/src/main/java/org/apache/felix/log/shell/LogCommand.java
log.shell/src/main/java/org/apache/felix/log/shell/LogOptions.java
log.shell/src/test/
log.shell/src/test/java/
log.shell/src/test/java/org/
log.shell/src/test/java/org/apache/
log.shell/src/test/java/org/apache/felix/
log.shell/src/test/java/org/apache/felix/log/
log.shell/src/test/java/org/apache/felix/log/shell/
log.shell/src/test/java/org/apache/felix/log/shell/LogOptionsTest.java
> [PATCH] Log shell command
> -------------------------
>
> Key: FELIX-1052
> URL: https://issues.apache.org/jira/browse/FELIX-1052
> Project: Felix
> Issue Type: New Feature
> Components: Log Service, Shell
> Reporter: Filippo Diotalevi
> Priority: Minor
> Attachments: log.shell.zip
>
>
> It is currently not possible to display recent logs (created with the Log
> Service) using the Apache Felix Shell.
> The attached bundle define a shell Command to display log entries.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.