[jira] [Comment Edited] (LOG4NET-388) [PATCH] NotSupportedException is thrown in SystemInfo.AssemblyLocationInfo for dynamic assemblies

2013-08-13 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739278#comment-13739278 ] Dominik Psenner edited comment on LOG4NET-388 at 8/14/13 6:40 AM: -

[jira] [Comment Edited] (LOG4NET-388) [PATCH] NotSupportedException is thrown in SystemInfo.AssemblyLocationInfo for dynamic assemblies

2013-08-13 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739278#comment-13739278 ] Dominik Psenner edited comment on LOG4NET-388 at 8/14/13 6:37 AM: -

[jira] [Commented] (LOG4NET-388) [PATCH] NotSupportedException is thrown in SystemInfo.AssemblyLocationInfo for dynamic assemblies

2013-08-13 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13739278#comment-13739278 ] Dominik Psenner commented on LOG4NET-388: - Is your code able to detect dynamic as

[jira] [Updated] (LOG4NET-388) [PATCH] NotSupportedException is thrown in SystemInfo.AssemblyLocationInfo for dynamic assemblies

2013-08-13 Thread Piotr Westfalewicz (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Westfalewicz updated LOG4NET-388: --- Attachment: NotSupportedExceptionInSystemInfo2.patch We can both check against dynam

Re: Ideas for a new RollingFileAppender

2013-08-13 Thread Dominik Psenner
> Making the appender async is a major change and it has ramifications that > might prove problematic like unflushed buffers. > And if we make the buffer of size 1 then its really synchronous again, > isn't it? > Yes. What's the point? A file appender has to be async if it wants to be fast. See:

Re: Ideas for a new RollingFileAppender

2013-08-13 Thread Dominik Psenner
Inlines again and sorry for the previous empty message. I hit the send button before I actually wrote something. ;-) 2013/8/13 d_k > Inlined. > > On Mon, Aug 12, 2013 at 11:06 AM, Stefan Bodewig wrote: > >> [just changing the subject :-)] >> >> On 2013-08-12, Dominik Psenner wrote: >> >> > Anot

AW: Ideas for a new RollingFileAppender

2013-08-13 Thread Dominik Psenner
> Another issue that I just remembered now is that currently there's no way to > roll empty files on date/time boundaries. Rolling only happens when a log > event is generated. If there's no log event, files won't be rolled. Thus we > should investigate if we should implement the appender as a buf

AW: Ideas for a new RollingFileAppender

2013-08-13 Thread Dominik Psenner
See the inlines.. I've stripped whatever's no longer interesting. >> Another issue that I just remembered now is that currently there's no >> way to roll empty files on date/time boundaries. Rolling only happens >> when a log event is generated. If there's no log event, files won't be >> rolled. T

[jira] [Commented] (LOG4NET-387) Mysterious characters in the log file

2013-08-13 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738090#comment-13738090 ] Dominik Psenner commented on LOG4NET-387: - log4net does not truncate log messages

Re: Ideas for a new RollingFileAppender

2013-08-13 Thread Stefan Bodewig
On 2013-08-12, Dominik Psenner wrote: > The log filename should be determined dynamically to allow users including > information like %date, %time in the filename. It has often been requested > and up to now it is supported only marginally. +1 > Another issue that I just remembered now is that c

Re: Ideas for a new RollingFileAppender

2013-08-13 Thread Stefan Bodewig
On 2013-08-13, d_k wrote: > Whats wrong with rolling on logging events? For one we have JIRA issues that say something is wrong :-) OK, as long as your application logs frequently, there is no problem. But if you have a policy that rolls on date boundaries and your application tends to be idle a

Re: Ideas for a new RollingFileAppender

2013-08-13 Thread d_k
Inlined. On Mon, Aug 12, 2013 at 11:06 AM, Stefan Bodewig wrote: > [just changing the subject :-)] > > On 2013-08-12, Dominik Psenner wrote: > > > Another issue that I just remembered now is that currently there's no > way to > > roll empty files on date/time boundaries. Rolling only happens whe

[jira] [Commented] (LOG4NET-387) Mysterious characters in the log file

2013-08-13 Thread Baha (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737991#comment-13737991 ] Baha commented on LOG4NET-387: -- they shouldn't be large objects, is there a limitation?

[jira] [Comment Edited] (LOG4NET-388) [PATCH] NotSupportedException is thrown in SystemInfo.AssemblyLocationInfo for dynamic assemblies

2013-08-13 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737989#comment-13737989 ] Dominik Psenner edited comment on LOG4NET-388 at 8/13/13 8:54 AM: -

[jira] [Commented] (LOG4NET-388) [PATCH] NotSupportedException is thrown in SystemInfo.AssemblyLocationInfo for dynamic assemblies

2013-08-13 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737989#comment-13737989 ] Dominik Psenner commented on LOG4NET-388: - Further investigation yielded that IsD

[jira] [Commented] (LOG4NET-388) [PATCH] NotSupportedException is thrown in SystemInfo.AssemblyLocationInfo for dynamic assemblies

2013-08-13 Thread Piotr Westfalewicz (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737975#comment-13737975 ] Piotr Westfalewicz commented on LOG4NET-388: Right, I forgot about version co

[jira] [Commented] (LOG4NET-387) Mysterious characters in the log file

2013-08-13 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737973#comment-13737973 ] Dominik Psenner commented on LOG4NET-387: - Have you verified that none of the arg

[jira] [Commented] (LOG4NET-387) Mysterious characters in the log file

2013-08-13 Thread Baha (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737969#comment-13737969 ] Baha commented on LOG4NET-387: -- - I'm using RollingLogFileAppender (please see the config be

[jira] [Commented] (LOG4NET-387) Mysterious characters in the log file

2013-08-13 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737959#comment-13737959 ] Dominik Psenner commented on LOG4NET-387: - LOG4NET-360 is related to the EventLog

[jira] [Commented] (LOG4NET-387) Mysterious characters in the log file

2013-08-13 Thread Baha (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737952#comment-13737952 ] Baha commented on LOG4NET-387: -- Thanks for your quick response! Well, I just found this lin