You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/26 18:57:00 UTC

[jira] [Commented] (KARAF-6258) Do not print error for user interrupted script

    [ https://issues.apache.org/jira/browse/KARAF-6258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16827219#comment-16827219 ] 

ASF GitHub Bot commented on KARAF-6258:
---------------------------------------

lkiesow commented on pull request #822: KARAF-6258, Do not print error for user interrupted script
URL: https://github.com/apache/karaf/pull/822
 
 
   Karaf allows for the usage of commands like `log:tail` in
   `etc/shell.init.script` which is handy for example for a development
   assembly. But if such a command is canceled by a user (e.g. by hitting
   Ctrl+C) an error message is logged and printed to stderr, claiming an
   error in the initialization script.
   
   While keeping the debug logging, this patch suppresses the stderr
   message on user interrupts.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Do not print error for user interrupted script
> ----------------------------------------------
>
>                 Key: KARAF-6258
>                 URL: https://issues.apache.org/jira/browse/KARAF-6258
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.2
>            Reporter: Lars Kiesow
>            Priority: Minor
>             Fix For: 4.3.0
>
>
> Karaf allows for the usage of commands like `log:tail` in `etc/shell.init.script` which is handy for example for a development assembly. But if such a command is canceled by a user (e.g. by hitting Ctrl+C) an error message is logged and printed to stderr, claiming an error in the initialization script.
> While the debug logging might still be handy, it would be nice to not have the stderr message on user interrupts.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)