On Tue, Jan 12, 2010 at 11:08, Jaak Laineste <[email protected]> wrote: > Hello, > Is there a way to save renderd debug log to a file? I can see the > debug log when I start renderd with -f option, but I'd like to run it > as normal service, silently, but have debug log in e.g. > /var/log/renderd.log
You can run it under inet.d and have it capture its output iirc. > I was getting occasional Segmentation Faults in renderd (when I use >>2 threads), this may be useful for troubleshooting. It usually doesn't help at all to capture program output when something is segfaulting. Compile it with the -ggdb3 flag and run it under gdb instead. _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

