Jehanzeb Qayyum

Results 27 comments of Jehanzeb Qayyum

hi, The rest of configuration, json format, console and kafka transports.

Strange! the kafka transport does pick up the messages cleanly without meta (i.e. from root message) in case of req/resp logger. Whereas the error logger does not log full details/meta...

``` export const logTransports = [ new transports.Console(), new transports.WinstonKafkaTransport({ kafkaClient: { kafkaHost: process.env.ELK_KAFKA_HOSTS, clientId: 'winston-kafka-logger' }, topic: process.env.ELK_KAFKA_TOPIC }) ]; export const logFormat = format.combine(format.timestamp(), format.json(), format.prettyPrint()); export const...

as of now i commented metaField: null, and its logging the error stats/details under meta. If i un-comment it will not log an error entry . I will post the...

**Without metaField=null** `{ meta: { error: Error: baddddd at index.js:126:9 ..., level: 'error', message: 'uncaughtException: baddddd\n' + 'Error: baddddd\n' + ' at index.js:126:9\n' + ' ...', exception: true, date: 'Tue...

Does `propertyName` in map works in redoc?

Thanks will try. For the time being switched to jstree for the treepart only On 7 Apr 2015 6:06 pm, "william-poitras" [email protected] wrote: > I'd recommend the bindonce directive to...

No effect even with angular 1.3 bindonce ::, I face the same issue. Only with around 800 nodes it works normally. More than that it is unable to handle. On...

Please share your alternative solution. When i tried with nested angular templates, i couldn't nest nodes more than 10 levels, hit angular limit. On 14 Sep 2015 4:25 pm, "f1ght4fun"...