https://community.parseplatform.org/t/server-log-retention/867/2
Maximum number of logs to keep. If not set, no logs will be removed. This can be a number of files or number of days. If using days, add 'd' as the suffix. (default: null).
I'll run this in production for a few days. I assume it works.
Useful for saving disk space.
Update winston-daily-rotate-file package to 4.4.0
* chore(package): update @babel/cli to version 7.7.7
* chore(package): update @babel/core to version 7.7.7
* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.7.7
* chore(package): update @babel/preset-env to version 7.7.7
* chore(package): update lockfile package-lock.json
* Update PostgresStorageAdapter.js
Improving use of the `await.async` notation in relation to `pg-promise`, and in general.
* Update PostgresStorageAdapter.js
* Update PostgresStorageAdapter.js
Correcting some results.
* Update PostgresStorageAdapter.js
* chore(package): update apollo-cache-inmemory to version 1.6.5
* chore(package): update apollo-client to version 2.6.6
* chore(package): update apollo-utilities to version 1.3.3
* chore(package): update lockfile package-lock.json
* chore(package): update @babel/cli to version 7.7.5
* chore(package): update @babel/core to version 7.7.5
* chore(package): update @babel/preset-env to version 7.7.5
* chore(package): update lockfile package-lock.json
* Suppress Test Logs
This will reduce some of the noise in the tests logs.
* replace deprecated buffer
* remove deprecation warnings
* fix geopoint
* Fix GraphQL
* postgres warnings
* Install graphql-relay
* Add relayNodeInterface to ParseGraphQLSchema
* Add support to global id
* Add support to global id in other operations
* Fix sort by glboal id
* Fix where by global id
* Introduce IdWhereInput
* Add Relay object identification tests
* Client mutation id on createFile mutation
* Client mutation id on callCloudCode mutation
* Client mutation id on signUp mutation
* Client mutation id on logIn mutation
* Client mutation id on logOut mutation
* Client mutation id on createClass mutation
* Client mutation id on updateClass mutation
* Client mutation id on deleteClass mutation
* Client mutation id on create object mutation
* Improve Viewer type
* Client mutation id on update object mutation
* Client mutation id on delete object mutation
* Introducing connections
* Fix tests
* Add pagination test
* Fix file location
* Fix postgres tests
* Add comments
* Tests to calculateSkipAndLimit
* chore(package): update @babel/cli to version 7.7.4
* chore(package): update @babel/core to version 7.7.4
* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.7.4
* chore(package): update @babel/plugin-transform-flow-strip-types to version 7.7.4
* chore(package): update @babel/preset-env to version 7.7.4
* chore(package): update lockfile package-lock.json
* Improve WebSocketServer Error Handling
Closes: https://github.com/parse-community/parse-server/issues/6173
Prevents an unhandled server rejection.
Includes an example for LiveQuery test and closing the proper connections.
Improve live query monitoring
* fix tests