···216216217217_Note: Your PDS will need to be restarted with those variables. This varies depending on your setup. If you followed this installation guide, run `systemctl restart pds`. You might need to restart the server or recreate the container, depending on what you are using._
218218219219+### Logging
220220+221221+By default, logs from the PDS are printed to `stdout` and end up in Docker's log. You can browse them by running:
222222+223223+```
224224+[sudo] docker logs pds
225225+```
226226+227227+Note: these logs are not persisted, so they will be lost after server reboot.
228228+229229+Alternatively, you can configure the logs to be printed to a file by setting `LOG_DESTINATION`:
230230+231231+```
232232+LOG_DESTINATION=/pds/pds.log
233233+```
234234+235235+You can also change the minimum level of logs to be printed (default: `info`):
236236+237237+```
238238+LOG_LEVEL=debug
239239+```
240240+219241### Updating your PDS
220242221243It is recommended that you keep your PDS up to date with new versions, otherwise things may break. You can use the `pdsadmin` tool to update your PDS.