Roger C
Roger C
@patilms16 try modifying the Winston module to include the option audit_hash_type when getting the stream https://github.com/winstonjs/winston-daily-rotate-file/blob/a4401b7277353e3375669dae35c0da866cb34e4a/daily-rotate-file.js#L94 If that works, please update the Winston issue you've raised to ask to include...
@SunshowerC thanks for the PR, however this seems to be an issue with process specific logging rather than routing all logging through the parent process. Just silencing the error is...
Hi @DenkevichOleg I've rewritten the library in Typescript. I think this is not an issue anymore as the order of events is slightly cleaner now. The new version will be...
Hi @wgumenyuk Thanks for the PR. I've rewritten the library in Typescript. It should now have the correct type.d file for the entire library. The new version [v1] will be...
Hi @ipetrovic11 I've just rewritten the module in Typescript making it more modular. What would be the expected behaviour? I can only see this working easily if size based rotation...
@ipetrovic11 I've made a change to force a log rotation. The parameter is a boolean that decides if to force the log rotation or not. Default is false. If called...
@bashu while issue gets resolved upstream, running the line below got it working using bokeh version 2.4.2 in MacOS with python 3.9.6 and Backtesting 0.3.3 ``` pip install --force-reinstall bokeh==2.4.2...
Hi @JohnPeters7116 The changes were made in the generated JS files in the lib folder instead of the Typescript sources. I looked at exposing the remove log function but cannot...
@luckyzluz I've just tried it with the latest v14 release which is v14.21.2 and gone back to the earliest working version which is v14.18.0. Give that a go if you...