Hi Pierre, Not without modifying the CouchDB source code. ISO8601 timestamps are hard coded.
Here's the relevant source code if you feel adventurous: https://github.com/apache/couchdb-couch-log/blob/master/src/couch_log_formatter.erl#L39-L56 https://github.com/apache/couchdb-couch-log/blob/master/src/couch_log_util.erl#L40-L45 Good luck, Joan ----- Original Message ----- > From: "Pierre-Luc Collard" <[email protected]> > To: [email protected] > Sent: Friday, January 27, 2017 1:13:46 PM > Subject: log timezone > > Hello, > > I would like to know if it's possible to define the timezone to use > in the > logs instead of GMT time ? > > Thanks, > > Pierre-Luc >
