Skip to content

Commit

Permalink
Adjust logging for GitHub actions to pick up the files. (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov committed Mar 15, 2023
1 parent b81260c commit 92fa816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor/e2e_tests/install_latest_server_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ mysql -u root --password=root -e "CREATE USER 'runner'@'localhost' IDENTIFIED BY

grr_config_updater initialize --noprompt --external_hostname=localhost --admin_password=e2e_tests --mysql_username=runner --mysql_password=password --mysql_host=localhost --mysql_db=grr --mysql_fleetspeak_db=fleetspeak --use_fleetspeak
echo 'Logging.verbose: True' >> /etc/grr/server.local.yaml
mkdir -p /var/log/grr
echo 'Logging.path: /var/log/grr' >> /etc/grr/server.local.yaml
systemctl restart grr-server

echo "Installation of server deb completed."
Expand Down

0 comments on commit 92fa816

Please sign in to comment.