mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
Change backend start syslog message from DEBUG to NOTICE
This commit is contained in:
parent
6a3df95d4c
commit
4ccd786fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class Server {
|
|||
}
|
||||
|
||||
async startServer(worker = false) {
|
||||
logger.debug(`Starting Mempool Server${worker ? ' (worker)' : ''}... (${backendInfo.getShortCommitHash()})`);
|
||||
logger.notice(`Starting Mempool Server${worker ? ' (worker)' : ''}... (${backendInfo.getShortCommitHash()})`);
|
||||
|
||||
this.app
|
||||
.use((req: Request, res: Response, next: NextFunction) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue