Bug 13825 - Split messages from firewall and VPNs into separate log files
Summary: Split messages from firewall and VPNs into separate log files
Status: NEW
Alias: None
Product: IPFire
Classification: Unclassified
Component: --- (show other bugs)
Version: 2
Hardware: unspecified Unspecified
: - Unknown - Minor Usability
Assignee: Assigned to nobody - feel free to grab it and work on it
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-24 17:04 UTC by Larsen
Modified: 2025-02-24 17:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Larsen 2025-02-24 17:04:05 UTC
Already asked in the forum but with no result, so creating a bug here.
https://community.ipfire.org/t/split-messages-from-firewall-and-openvpn-into-separate-log-files/9573/1

I wonder if it would make sense to split the different messages (Firewall, OpenVPN, IPsec, etc.) into different log files.

When tailing log files via the shell, I know I can use grep to filter out unimportant stuff. An example to check on firewall messages:
  tail -f /var/log/messages | grep kernel

However, if I wanted to check /var/log/messages for something where I don’t exactly know what I’m looking for (at least not related to Firewall or OpenVPN) because I have a problem with something else, this would be more difficult at the moment.

It would be easier if e.g. Firewall messages would be in /var/log/firewall, and OpenVPN messages in /var/log/openvpn, so that /var/log/messages contained the rest.

Hope my explanation make sense =)