Skip to content

Commit

Permalink
startupitem.logfile: log to StandardErrorPath too
Browse files Browse the repository at this point in the history
  • Loading branch information
mascguy committed Aug 20, 2023
1 parent 96d5581 commit a3d5499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/port1.0/portstartupitem.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ proc portstartupitem::startupitem_create_darwin_launchd {attrs} {

if {$si(logfile) ne ""} {
puts ${plist} "<key>StandardOutPath</key><string>$si(logfile)</string>"
puts ${plist} "<key>StandardErrorPath</key><string>$si(logfile)</string>"
}

if {$si(debug)} {
Expand Down

0 comments on commit a3d5499

Please sign in to comment.