Skip to content

Commit

Permalink
asterisk: don't send stdout to syslog by default
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Prindeville <[email protected]>
  • Loading branch information
pprindeville committed Feb 6, 2022
1 parent 33fda34 commit fb0c2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/asterisk/files/asterisk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
config asterisk 'general'
option enabled '0'
option log_stderr '1'
option log_stdout '1'
option log_stdout '0'
option options ''
2 changes: 1 addition & 1 deletion net/asterisk/files/asterisk.init
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ start_service() {
fi

config_get_bool log_stderr general log_stderr 1
config_get_bool log_stdout general log_stdout 1
config_get_bool log_stdout general log_stdout 0

config_get options general options

Expand Down

0 comments on commit fb0c2cf

Please sign in to comment.