You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Maps/v2/Logs: Difference between revisions
Jump to navigation
Jump to search
imported>Jgiannelos |
imported>MSantos m (add handy links for server log file) |
||
Line 1: | Line 1: | ||
=== Log files in the server === | |||
<syntaxhighlight> | |||
tail -f /srv/log/tilerator/main.log | |||
tail -f /srv/log/kartotherian/main.log | |||
tail -f /var/log/postgresql/postgresql-11-main.log | |||
# imposm run for OSM sync | |||
sudo journalctl -u imposm -f | |||
# tile generation trigger for Tilerator | |||
tail -f /var/log/imposm/imposm.log | |||
</syntaxhighlight> | |||
=== Kartotherian === | === Kartotherian === | ||
Revision as of 13:47, 29 September 2021
Log files in the server
tail -f /srv/log/tilerator/main.log
tail -f /srv/log/kartotherian/main.log
tail -f /var/log/postgresql/postgresql-11-main.log
# imposm run for OSM sync
sudo journalctl -u imposm -f
# tile generation trigger for Tilerator
tail -f /var/log/imposm/imposm.log