Skip to content

Commit

Permalink
Merge pull request #116 from joomlatools/feature/115-logs
Browse files Browse the repository at this point in the history
Merge feature/115-logs
  • Loading branch information
Steven Rombauts committed Feb 28, 2020
2 parents 6b96362 + da75e8e commit d8107da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ in 1.x versions.
To get the diff for a specific change, go to https://github.com/joomlatools/joomlatools-console/commit/xxx where xxx is the change hash.
To view the diff between two versions, go to https://github.com/joomlatools/joomlatools-console/compare/v1.0.0...v1.0.1

* 1.5.6 (2020-02-28)
* Fixed - Fix log format and paths for Apache vhosts on Joomlatools Vagrant box [#115](https://github.com/joomlatools/joomlatools-console/issues/115)

* 1.5.5 (2020-02-17)
* Fixed - Fix version number

Expand Down
4 changes: 2 additions & 2 deletions bin/.files/vhosts/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
Require all granted
</Directory>

ErrorLog /var/log/apache2/%site%.test-error_log
CustomLog /var/log/apache2/%site%.test-access_log common
ErrorLog /var/log/apache2/%site%.test_error.log
CustomLog /var/log/apache2/%site%.test_access.log combined
</VirtualHost>
6 changes: 3 additions & 3 deletions bin/.files/vhosts/apache.ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SSLCertificateFile %certificate%
SSLCertificateKeyFile %key%

ErrorLog /var/log/apache2/%site%.test-error_log
CustomLog /var/log/apache2/%site%.test-access_log common
ErrorLog /var/log/apache2/%site%.test_error.log
CustomLog /var/log/apache2/%site%.test_access.log combined
</VirtualHost>
</IfModule>
</IfModule>

0 comments on commit d8107da

Please sign in to comment.