Re: GitHub Pages (Was: Your project website)

2020-09-01 Thread Christopher
For what it's worth, GitHub Pages is simply a Jekyll-based site. If you want something convenient like that, I highly recommend doing something like Apache Accumulo and Apache Fluo did, to take advantage of the ASF infrastructure, rather than rely on GitHub Pages to generate the Jekyll. See the Je

Re: [Log4j] Potential simplification to java9 builds?

2020-05-21 Thread Christopher
I'm curious: what is the basis for the multi-release builds in the first place? Is the code actually different for the two versions or is it just to address build-related issues? On Sun, May 17, 2020 at 4:02 PM Ralph Goers wrote: > > I kind of doubt it. Logging runs up against this primarily beca

Re: Emoji in PatternLayout?

2020-03-11 Thread Christopher
not using UTF-8. > > On Tue, 10 Mar 2020 at 19:33, Gary Gregory wrote: > > > I do not think your file.encoding sys prop matters, see the Javadoc for > the > > Properties class. > > > > Gary > > > > On Tue, Mar 10, 2020, 20:22 Christopher wrote: > >

Re: Emoji in PatternLayout?

2020-03-10 Thread Christopher
s and ISO-8859-1 for my *.properties files. That's just craziness :) On Tue, Mar 10, 2020 at 8:21 PM Christopher wrote: > That was my guess, but I don't see how this could happen since my JVM > default encoding, my terminal, System.getProperty("file.encoding"), > System

Re: Emoji in PatternLayout?

2020-03-10 Thread Christopher
7 PM Carter Kozak wrote: > I wonder if the log4j2.properties file is being parsed as ISO-8859-1 > rather than UTF-8, so we're not reading the cat properly? > > On Tue, Mar 10, 2020, at 20:04, Christopher wrote: > > In my log4j2.properties file, I used: > > > > a

Re: Emoji in PatternLayout?

2020-03-10 Thread Christopher
read as ISO-8859-1, even though it contains UTF-8 characters and I made sure to explicitly save it with a UTF-8 BOM. On Tue, Mar 10, 2020 at 5:58 PM Ralph Goers wrote: > Did you specify a charset on the layout that supports that character? > > Ralph > > > On Mar 10, 2020, at 1:5

Emoji in PatternLayout?

2020-03-10 Thread Christopher
I tried to put in a kitty (🐈) in my LayoutPattern, but it didn't work. It replaced it with some weird character. Is this is a known bug? Does PatternLayout not support wide characters?

Re: log4j-tools release?

2020-02-14 Thread Christopher
On Wed, Feb 12, 2020 at 11:51 PM Ralph Goers wrote: > > > > On Feb 12, 2020, at 9:25 PM, Christopher wrote: > > > > On Wed, Feb 12, 2020 at 7:01 PM Ralph Goers > <mailto:ralph.go...@dslextreme.com>> wrote: > >> > >> > >> > &

Re: log4j-tools release?

2020-02-12 Thread Christopher
On Wed, Feb 12, 2020 at 7:01 PM Ralph Goers wrote: > > > > > On Feb 12, 2020, at 4:14 PM, Christopher wrote: > > > > Hi, > > > > I noticed that the log4j2 SocketServer and related utilities were > > moved away from log4j-core and into log4j-tools

log4j-tools release?

2020-02-12 Thread Christopher
if this has already been covered recently.) Thanks, Christopher