Graylog2 / Graylog2/graylog2-server

debug() Pipeline function output to separate log file

Open
#5,377 0 comments 0 reactions 0 assignees View on GitHub
feature triaged
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

Currently the debug function outputs data to the main Graylog server log, which is fine if you are trickling a few messages through, but anyone writing pipeline code needs to have access to this log which can contain information they aren't required/allowed to see.

## Expected Behavior
Ideally we could use a parameter to indicate a file we want to write the debug information to, along the lines of:

`debug(value: "foo bar baz", file: "/tmp/mydebugginglog.log")`

With the default output set to the Graylog server log to keep backward compatibility.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.