Hi Sarah,
Am Thu, 21 Apr 2016 19:48:50 -0700 schrieb Sarah Alawami <[email protected]>: > I created the shorter path ~/liquidsoap/logs. I then put at the top of the > script: set("log.file.path", "~/liquidsoap/logs") > I then started liquidsoap and got: > > Starting liquidsoap channels: christmaslive.liq FATAL ERROR: Log directory > "~/liquidsoap" does not exist. To change it, add the following to your script: > set("log.file.path", "<path>") did you try the full explicit path as well? Maybe liquidsoap does not apply user expansion (for "~"). (the absence of user expansion would not be a bug - just a design decision) If everything else fails: try "strace" - this will show you, which paths the programs tries to access during its runtime. (this approach is more or less a last resort if everything else fails) Cheers, Lars ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
