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

Pattern Layout #10

Open
TBThomas56 opened this issue Apr 12, 2024 · 3 comments
Open

Pattern Layout #10

TBThomas56 opened this issue Apr 12, 2024 · 3 comments

Comments

@TBThomas56
Copy link
Collaborator

No description provided.

@callumforrester
Copy link
Contributor

@Mark-Booth and @joeshannon I think this is the pattern behaviour of the GDA logpanel. Would you be able to describe it here?

@joeshannon
Copy link

In GDA each logback appender has a pattern. Appenders writing to an output stream (e.g. file or console) have an encoder and pattern.

The appender sending messages to the logpanels does not though as it is a ServerSocketAppender and the events are serialised (with Java serialisation) and sent to the receiver in the logpanel.

The logpanel then has a variety of patterns that can be used for displaying the messages. These can be found in the LoggingEventFormat class in gda-logpanel.

@callumforrester
Copy link
Contributor

So I guess we have to deal with the fact that different applications are going to submit different patterns to graylog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants