On 12/31/15 10:57 AM, Stonegate wrote: > Am Mittwoch, 23. Dezember 2015 20:17:08 UTC+1 schrieb David Pearce: >> In case I wasn't clear, I want to change the Bareos log format from >> 20-Dec 18:34 orlbacula-dir JobId 157557: Fatal error: No Job status >> returned from FD. >> to >> 20-Dec-2015 18:34 orlbacula-dir JobId 157557: Fatal error: No Job status >> returned from FD. >> >> Thanks. > > I am not sure myself, but i would think you would have to alter the source > code for this before compiling it. > > KR > Stoney >
Correct you need to change the bstrftime_ny() in src/lib/messages.c But I'm looking at making it somewhat more generic by allowing you to set a LogDateFormat in the config of the the different daemons. Looks to be a 10 minute task, if it is that way it might end up in a future version. -- Marco van Wieringen [email protected] Bareos GmbH & Co. KG Phone: +49-221-63069389 http://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens, P. Storz, M. v. Wieringen -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
