DevelopersPL / otshosting-provisioning

Ansible playbook to provision OTS Hosting on Ubuntu 20.04
https://github.com/DevelopersPL/otshosting-provisioning/wiki
MIT License
33 stars 29 forks source link

Doubt journald #23

Closed luanluciano93 closed 2 years ago

luanluciano93 commented 4 years ago

Is journald only used to save server logs? It wouldn't be easier to use an ./tfs >> /home/otsmanager/forgottenserver/test.log &???

luanluciano93 commented 2 years ago

?

DSpeichert commented 2 years ago

No, journald is used for almost all logs on the system and has many modern features.

Easier? Maybe. It might be easier to not use Ansible too.

luanluciano93 commented 2 years ago

thanks