Skip to content

Commit 6a88a88

Browse files
committed
* Less verbosity for the mail queue log
1 parent 0632e67 commit 6a88a88

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ColdBox Mail Services",
3-
"version":"2.7.0",
3+
"version":"2.6.1",
44
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbmailservices/@build.version@/[email protected]@.zip",
55
"author":"Ortus Solutions.com <[email protected]",
66
"slug":"cbmailservices",

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
----
99

10+
## [v2.6.1] => 2022-NOV-21
11+
12+
### Changed
13+
14+
* Less verbosity for the mail queue log
15+
16+
----
17+
1018
## [v2.6.0] => 2022-NOV-15
1119

1220
### Added

config/Scheduler.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ component {
2222
log.error( "Error running mail services queue processing: #exception.message & exception.detail#", exception.stacktrace );
2323
} )
2424
.onSuccess( function( task, results ){
25-
log.info( "Mail queue finished processing successfully: #task.getStats().toString()#" );
25+
log.debug( "Mail queue finished processing successfully: #task.getStats().toString()#" );
2626
} );
2727
}
2828

0 commit comments

Comments
 (0)