This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 575
output to mysql missing datas #5
Open
091313422
wants to merge
342
commits into
BRANCH_1_3_ABANDONED
Choose a base branch
from
v1_2-branch
base: BRANCH_1_3_ABANDONED
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Level.getLevel(...) quivalents. - Deprecated Priority.FATAL as it was replaced by Logger.FATAL. - Deprecated Priority.ERROR as it was replaced by Logger.ERROR. - Deprecated Priority.WARN as it was replaced by Logger.WARN. - Deprecated Priority.INFO as it was replaced by Logger. - Deprecated Priority.DEBUG as it was replaced by Logger.DEBUG. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@310830 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@310831 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@310840 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@310841 13f79535-47bb-0310-9956-ffa450edef68
- 1.2 site build now depends on logging-site as does log4j on CVS HEAD. - Small doc corrections. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@310842 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311327 13f79535-47bb-0310-9956-ffa450edef68
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311328 13f79535-47bb-0310-9956-ffa450edef68
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311329 13f79535-47bb-0310-9956-ffa450edef68
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311331 13f79535-47bb-0310-9956-ffa450edef68
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311332 13f79535-47bb-0310-9956-ffa450edef68
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311333 13f79535-47bb-0310-9956-ffa450edef68
…ences. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311336 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311337 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311338 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311364 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311365 13f79535-47bb-0310-9956-ffa450edef68
Modified clean target to remove entire dist dir, not just dist/classes. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311366 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311369 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311370 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311373 13f79535-47bb-0310-9956-ffa450edef68
…ady have a license. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311380 13f79535-47bb-0310-9956-ffa450edef68
…2.11 information. General cleanup. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311381 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311382 13f79535-47bb-0310-9956-ffa450edef68
Changes javac to use target attribute of 1.1. Per the Ant documentation: "Generate class files for specific VM version (e.g., 1.1 or 1.2). Note that the default value depends on the JVM that is running Ant. In particular, if you use JDK 1.4+ the generated classes will not be usable for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1 (which is the default value for JDK 1.1 to 1.3). We highly recommend to always specify this attribute." git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311383 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311385 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311386 13f79535-47bb-0310-9956-ffa450edef68
Updated plan.xml to detail approved release roadmap. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311388 13f79535-47bb-0310-9956-ffa450edef68
…efers. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311397 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311399 13f79535-47bb-0310-9956-ffa450edef68
…che standards. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@311400 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549302 13f79535-47bb-0310-9956-ffa450edef68
…cute priv for NTEventLogAppender.dll git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549303 13f79535-47bb-0310-9956-ffa450edef68
… tests git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549310 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549313 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549319 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549320 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549322 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549608 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549609 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549610 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549611 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549629 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@549634 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@551420 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@551421 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@551423 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@558207 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@558212 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@558354 13f79535-47bb-0310-9956-ffa450edef68
…matted events - added locationInfo support to multicastappender (note: no support for MDC or event properties in XMLLayout/1.2 log4j.dtd, so application/hostname properties won't be sent for udp/multicastappender) - updated logfilepatternreceiver to support tailing over VFS (VFSlogfilepatternreceiver commit will follow shortly) tested udpappender/receiver, socketappender/receiver, logfilepatternreceiver, xmlsocketreceiver receiving events from java.util.logging sockethandler git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@563405 13f79535-47bb-0310-9956-ffa450edef68
…lement git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@564397 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@564399 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@564779 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@564786 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@564830 13f79535-47bb-0310-9956-ffa450edef68
…p://issues.apache.org/bugzilla/show_bug.cgi?id=43101 git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@565244 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/branches/v1_2-branch@565518 13f79535-47bb-0310-9956-ffa450edef68
I think this is intended as a request for support instead of a PR. Log4J 1.2 is end-of-life, the suggestion is to upgrade to 2.x. See https://logging.apache.org/log4j/1.2/ for more information! The PR should be closed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
i config log4j to mysql,but when night i find it cannot output to mysql,i observed in the night logs becomes less,how can i resolve this problem
my config is:
log4j.logger.webService-mysql=INFO,webService-mysql
log4j.additivity.webService-mysql=false
log4j.appender.webService-mysql.BufferSize=10
log4j.appender.webService-mysql=org.apache.log4j.jdbc.JDBCAppender
log4j.appender.webService-mysql.URL=XXXX
log4j.appender.webService-mysql.driver=com.mysql.jdbc.Driver
log4j.appender.webService-mysql.user=XXX
log4j.appender.webService-mysql.password=XXX
log4j.appender.webService-mysql.sql=INSERT INTO
test
(sss
,ss
,content
,ss
) VALUES (3,'%d{dd-MM-yyy HH:mm:ss}', '%m',unix_timestamp());log4j.appender.webService-mysql.layout=org.apache.log4j.PatternLayout
log4j.appender.webService-mysql.layout.ConversionPattern=%d{dd-MM-yyy HH:mm:ss} %m%n