Skip to content

Commit

Permalink
Delete management of logfiles as a keter feature
Browse files Browse the repository at this point in the history
We pawned this off to fastlogger,
so this is now either done by that library,
or trough stderr by systemd.
  • Loading branch information
jappeace committed Apr 11, 2023
1 parent f9f384b commit 735cbcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ applications. Keter does the following actions for your application:
* Provides SSL support if requested.
* Automatically launches applications, monitors processes, and relaunches any processes which die.
* Provides graceful redeployment support, by launching a second copy of your application, performing a health check[1], and then switching reverse proxying to the new process.
* Management of log files.

Keter provides many more advanced features and extension points. It allows
configuration of static hosts, redirect rules, management of PostgreSQL
Expand Down
1 change: 0 additions & 1 deletion keter.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Description:
* Provides SSL support if requested.
* Automatically launches applications, monitors processes, and relaunches any processes which die.
* Provides graceful redeployment support, by launching a second copy of your application, performing a health check, and then switching reverse proxying to the new process.
* Management of log files.
.
Keter provides many more advanced features and extension points. It allows configuration of static hosts, redirect rules, management of PostgreSQL databases, and more. It supports a simple bundle format for applications which allows for easy management of your web apps.

Expand Down

0 comments on commit 735cbcc

Please sign in to comment.