Adapting default buffersize to 0

This commit is contained in:
Martin Karkowski 2021-10-18 21:19:10 +02:00
parent 4dd3f4eb4e
commit bd09efba45

View File

@ -40,7 +40,7 @@ export function generateLogfilePath(name: string): string {
*
* @export
*/
export function useLogFile(pathToFile = DEFAULT_FILE, bufferSize = 100): void {
export function useLogFile(pathToFile = DEFAULT_FILE, bufferSize = 0): void {
const logger = getCentralNopeLogger();
// Define a function, that will write the content of the Buffer to our