Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LOGMGR-154] Allow logging to the handler to continue even if the fil… #126

Merged
merged 1 commit into from Jul 25, 2017

Conversation

jamezp
Copy link
Member

@jamezp jamezp commented Jul 25, 2017

pom.xml Outdated
<version.org.glassfish.javax.json>1.0.4</version.org.glassfish.javax.json>
<version.org.jboss.modules.jboss-modules>1.5.2.Final</version.org.jboss.modules.jboss-modules>
<version.org.wildfly.common.wildfly-common>1.2.0.Beta10</version.org.wildfly.common.wildfly-common>
<version.junit.junit>4.12</version.junit.junit>

<!-- Plugin versions -->
<version.org.jboss.apiviz.plugin>1.3.2.GA</version.org.jboss.apiviz.plugin>
<!-- Byteman -->
<byteman.host>127.0.0.1</byteman.host>
<byteman.port>17091</byteman.port>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These aren't used and need to be removed.

private void move(final ErrorManager errorManager, final Path src, final Path target) {
try {
Files.move(src, target, StandardCopyOption.REPLACE_EXISTING);
} catch (IOException e) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we just catch Exception instead?

@jamezp jamezp merged commit e5702d4 into jboss-logging:master Jul 25, 2017
@jamezp jamezp deleted the LOGMGR-154 branch July 25, 2017 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant