-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch related to bug 5, sudomesh/bugs#5
- Loading branch information
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
config system | ||
option hostname <%= host_name %> | ||
option timezone PST8PDT,M3.2.0,M11.1.0 | ||
<% if (typeof log_ip === 'string' && log_ip.trim() !== '') { %> | ||
option log_ip <%= log_ip %> | ||
option log_size 500 | ||
option log_file /var/log/messages | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
paidforby
Author
Contributor
|
||
option log_proto udp | ||
option log_port 514 | ||
option log_prefix <%= host_name %> | ||
<% } %> |
I'm pretty sure deleting line 7 is what prevents any logs from being saved whatsoever. This behavior would be consistent w/ documentation https://wiki.openwrt.org/doc/uci/system. I'll verify on a real node before adding it back.