I write a file to the log using nest-winston using the error method. All is good Question: Is it possible to use nest-winston to write arbitrary data to the log file? I tried different methods, but they write to the error file at the same time. I just want to write data specific data only to file without duplication in error file.