[jboss-jira] [JBoss JIRA] (WFCORE-1187) Embedded server start / stop / start with new --jboss-home continues to refer to previous server.log

Ken Wills (JIRA) issues at jboss.org
Mon Nov 21 19:04:00 EST 2016


    [ https://issues.jboss.org/browse/WFCORE-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13325999#comment-13325999 ] 

Ken Wills commented on WFCORE-1187:
-----------------------------------

Note, this is mostly fixed by WFCORE-1977, however, starting an embedded server does not currently override configured logging properties correctly.
This means that in, for example the manualmode unit tests, standalone servers that are started, then stopped will persist a hardcoded path to a logfile that will then be picked up by the embedded server when starting and logged to.

This should replace any changes that were made (and abandoned by WFCORE-918)

> Embedded server start / stop / start with new --jboss-home continues to refer to previous server.log
> ----------------------------------------------------------------------------------------------------
>
>                 Key: WFCORE-1187
>                 URL: https://issues.jboss.org/browse/WFCORE-1187
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Ken Wills
>            Assignee: Ken Wills
>
> - start-embedded-server --jboss-home=/foo/bar1
> - stop-embedded-server
> - start-embedded-server --jboss-home=/foo/bar2
> -- server.log in /foo/bar1/standalone/logs/server.log is still written to.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list