kibana/packages/core/logging/core-logging-server-internal
Pierre Gayvallet d16594f266
RollingFileAppender: fix file moving mechanism (#164688)
## Summary

On some file systems or volume mounts, `rename` is not supported and
throws a `EXDEV` error, which breaks our file rolling.

This PR addresses it by defaulting to `copy` + `unlink` if the `rename`
calls fails with an `EXDEV` error.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-08-24 15:46:48 +02:00
..
src RollingFileAppender: fix file moving mechanism (#164688) 2023-08-24 15:46:48 +02:00
index.ts chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
jest.config.js Move server-side logging service to packages (#134438) 2022-06-20 10:54:21 +02:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md Move server-side logging service to packages (#134438) 2022-06-20 10:54:21 +02:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/core-logging-server-internal

This package contains the internal types and implementation for Core's server-side logging service.