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

[jira] [Commented] (ARTEMIS-836) Server start log does not display the correct configuration

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

ASF GitHub Bot commented on ARTEMIS-836:
----------------------------------------

GitHub user jbertram opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1808

    ARTEMIS-836 log JDBC details when starting

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-836

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1808.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1808
    
----
commit 19759f007721fef82736f0bd02056cb55c4f0a1e
Author: Justin Bertram <jb...@...>
Date:   2018-01-23T14:56:12Z

    ARTEMIS-836 log JDBC details when starting

----


> Server start log does not display the correct configuration
> -----------------------------------------------------------
>
>                 Key: ARTEMIS-836
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-836
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: Jeff Mesnil
>            Priority: Minor
>
> When Artemis is configured to use a data base store configuration, the log when the server is started is misleading:
> {noformat}
> 11:49:52,059 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221000: live Message Broker is starting with configuration Bro
> ker Configuration (clustered=false,journalDirectory=/Users/jmesnil/Developer/wildfly/dist/target/wildfly-11.0.0.Alpha1-SNAPSHOT/standalone/data/activemq/journal
> ,bindingsDirectory=/Users/jmesnil/Developer/wildfly/dist/target/wildfly-11.0.0.Alpha1-SNAPSHOT/standalone/data/activemq/bindings,largeMessagesDirectory=/Users/j
> mesnil/Developer/wildfly/dist/target/wildfly-11.0.0.Alpha1-SNAPSHOT/standalone/data/activemq/largemessages,pagingDirectory=/Users/jmesnil/Developer/wildfly/dist
> /target/wildfly-11.0.0.Alpha1-SNAPSHOT/standalone/data/activemq/paging)
> {noformat}
> None of these directories will actually be used by the server.
> Instead it should display the datasource (or the JDBC connection URL) and the name of the tables used to persist information.



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