[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286304#comment-17286304
]
Ralph Goers edited comment on LOG4J2-3018 at 2/18/21, 6:35 AM:
---
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286304#comment-17286304
]
Ralph Goers commented on LOG4J2-3018:
-
Looking at the code it seems the "Now logging
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rambabu Bikumandla updated LOG4J2-3018:
---
Attachment: (was: gz_onBothOldNewFile.log)
> Rollover log file at midnight not w
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rambabu Bikumandla updated LOG4J2-3018:
---
Attachment: (was: log4j2.xml)
> Rollover log file at midnight not working
>
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rambabu Bikumandla updated LOG4J2-3018:
---
Attachment: rolling_issue.log
> Rollover log file at midnight not working
>
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286266#comment-17286266
]
Rambabu Bikumandla commented on LOG4J2-3018:
attached rolling_issue.log
> R
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rambabu Bikumandla updated LOG4J2-3018:
---
Comment: was deleted
(was: 2021-02-17 15:56:40,375 [STANDBY] ExecuteThread: '2' for
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286260#comment-17286260
]
Ralph Goers commented on LOG4J2-3018:
-
That isn't the whole startup log. Please atta
rm5248 opened a new pull request #53:
URL: https://github.com/apache/logging-log4cxx/pull/53
This PR should switch log4cxx over to using smart pointers(either
std::shared_ptr or boost:shared_ptr) as appropriate. It also uses
synchronization as defined by the C++ standard(std::mutex) or bo
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286255#comment-17286255
]
Rambabu Bikumandla commented on LOG4J2-3018:
2021-02-17 15:56:40,375 [STANDB
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286246#comment-17286246
]
Ralph Goers commented on LOG4J2-3018:
-
Please provide the log4j status log from star
Marcono1234 edited a comment on pull request #466:
URL: https://github.com/apache/logging-log4j2/pull/466#issuecomment-780923693
Thanks! ~~Though as pointed out in LOG4J2-3021, the documentation for
`Logger.throwing(...)` would now be incorrect for the `java.util.logging`
implementation wh
Marcono1234 edited a comment on pull request #466:
URL: https://github.com/apache/logging-log4j2/pull/466#issuecomment-780923693
Thanks! ~~Though as pointed out in LOG4J2-3021, the documentation for
`Logger.throwing(...)` would now be incorrect for the `java.util.logging`
implementation wh
Marcono1234 commented on pull request #466:
URL: https://github.com/apache/logging-log4j2/pull/466#issuecomment-780923693
Thanks! Though as pointed out in LOG4J2-3021, the documentation for
`Logger.throwing(...)` would now be incorrect for the `java.util.logging`
implementation which logs
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286180#comment-17286180
]
Rambabu Bikumandla commented on LOG4J2-3018:
On server startup all files are
[
https://issues.apache.org/jira/browse/LOG4J2-3018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rambabu Bikumandla updated LOG4J2-3018:
---
Attachment: log4j2 (1).xml
> Rollover log file at midnight not working
> ---
BUILD UNSTABLE
Build URL
https://ci-builds.apache.org/job/Logging/job/log4j/job/master/220/
Project:
master
Date of build:
Wed, 17 Feb 2021 14:22:04 +
Build duration:
1 hr 17 min and counting
JUnit Tests
Name: liquibase.ext.logging.log4j2 Failed:
[
https://issues.apache.org/jira/browse/LOG4J2-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285816#comment-17285816
]
ASF subversion and git services commented on LOG4J2-3020:
-
Commi
[
https://issues.apache.org/jira/browse/LOG4J2-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285817#comment-17285817
]
ASF subversion and git services commented on LOG4J2-3021:
-
Commi
vy commented on a change in pull request #466:
URL: https://github.com/apache/logging-log4j2/pull/466#discussion_r577592796
##
File path: log4j-api/src/main/java/org/apache/logging/log4j/Logger.java
##
@@ -80,59 +80,61 @@
* Logs an exception or error that has been caught
garydgregory commented on a change in pull request #466:
URL: https://github.com/apache/logging-log4j2/pull/466#discussion_r577568701
##
File path: log4j-api/src/main/java/org/apache/logging/log4j/Logger.java
##
@@ -292,12 +294,12 @@
/**
* Logs a message at the {@l
garydgregory commented on a change in pull request #466:
URL: https://github.com/apache/logging-log4j2/pull/466#discussion_r577568161
##
File path: log4j-api/src/main/java/org/apache/logging/log4j/Logger.java
##
@@ -80,59 +80,61 @@
* Logs an exception or error that has be
[
https://issues.apache.org/jira/browse/LOG4J2-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285716#comment-17285716
]
Liviu Carausu commented on LOG4J2-3017:
---
Thank you [~vy]
> Groovy logging of GStr
[
https://issues.apache.org/jira/browse/LOG4J2-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285699#comment-17285699
]
Volkan Yazici commented on LOG4J2-3020:
---
Thanks for the report [~Marcono1234]! The
[
https://issues.apache.org/jira/browse/LOG4J2-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17285700#comment-17285700
]
Volkan Yazici commented on LOG4J2-3021:
---
Thanks for the report [~Marcono1234]! The
[
https://issues.apache.org/jira/browse/LOG4J2-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Volkan Yazici reassigned LOG4J2-3021:
-
Assignee: Volkan Yazici
> Logger.throwing(Throwable) does not document level it is logg
[
https://issues.apache.org/jira/browse/LOG4J2-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Volkan Yazici reassigned LOG4J2-3020:
-
Assignee: Volkan Yazici
> Logger.catching(Throwable) does not document level it is logg
27 matches
Mail list logo