Update dev.dart
This commit is contained in:
parent
014c07a89f
commit
2c787f7571
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ main() async {
|
|||
await app.configure(configureServer);
|
||||
hierarchicalLoggingEnabled = true;
|
||||
app.logger = new Logger.detached('{{angel}}')..onRecord.listen(prettyLog);
|
||||
app.shutdownHooks.add((_) => app.logger.clearListeners());
|
||||
return app;
|
||||
}, [
|
||||
new Directory('config'),
|
||||
|
|
Loading…
Reference in a new issue