Welcome
Projects
Filters
Dashboards
Apps
Create
LogBox
Classic software project
Back to project
Filters
All issues
Open issues
Done issues
Resolved recently
Updated recently
View all filters
Projects
/
Issues
Export Issues
Go to advanced search
Search issues
Submit
Assignee
Reporter
Status
Type
Switch to detail view
Type
Key
Summary
Assignee
Reporter
P
Status
Created
LOGBOX
-
60
Ignore interrupted exceptions from appenders' scheduler pool
Brad Wood
Brad Wood
Resolved
Dec 30, 2020
LOGBOX
-
59
New shutdown() method can be now used in appenders that will be called when LogBox is shutdown
Luis Majano
Luis Majano
Resolved
Nov 25, 2020
LOGBOX
-
58
New logbox config onShutdown() callback, which is called when LogBox has been shutdown
Luis Majano
Luis Majano
Resolved
Nov 25, 2020
LOGBOX
-
57
new shutdown() method to process graceful shutdown of LogBox
Luis Majano
Luis Majano
Resolved
Nov 25, 2020
LOGBOX
-
56
Missing line break on file appender control string
Luis Majano
John Wilson
Resolved
Nov 19, 2020
LOGBOX
-
55
Improved exception handling when dealing with shutdowns for appenders and scheduled executors
Luis Majano
Luis Majano
Resolved
Nov 2, 2020
LOGBOX
-
54
Defining a category with no explicit list of appenders, should use the root logger, not all appenders
Luis Majano
Brad Wood
Open
Oct 12, 2020
LOGBOX
-
53
Direct console debugging is left in the AbstractAppender and FileAppender
Luis Majano
Brad Wood
Resolved
Oct 12, 2020
LOGBOX
-
52
Add ability to choose the flush internval for disk appenders
Luis Majano
Luis Majano
Open
Sep 15, 2020
LOGBOX
-
51
Migrations to script and more fluent programming
Luis Majano
Luis Majano
Resolved
Aug 5, 2020
LOGBOX
-
50
Rolling file appender inserting tabs on first line
Luis Majano
John Wilson
Resolved
Jul 7, 2020
LOGBOX
-
49
Rolling File Appender now uses the async scheduler for log rotation checks
Luis Majano
Luis Majano
Resolved
May 20, 2020
LOGBOX
-
48
DB Appender now uses a queueing approach to sending log messages
Luis Majano
Luis Majano
Resolved
May 14, 2020
LOGBOX
-
47
AbstractAppender log listener and queueing facilities are now available for all appenders
Luis Majano
Luis Majano
Resolved
May 14, 2020
LOGBOX
-
46
Update ConsoleAppender to use TaskScheduler
John Berquist
Luis Majano
Resolved
May 13, 2020
LOGBOX
-
45
Work around for adobe bug CF-4204874 where closures are holding on to tak contexts
Luis Majano
Luis Majano
Resolved
Apr 27, 2020
LOGBOX
-
44
Rolling appender now uses the new async schedulers to stream data to files
Luis Majano
Luis Majano
Resolved
Apr 18, 2020
LOGBOX
-
43
LogBox has a scheduler executor and the asyncmanager attached to it for standalone and ColdBox mode.
Luis Majano
Luis Majano
Resolved
Apr 9, 2020
LOGBOX
-
42
All appenders get a reference to the running LogBox instance
Luis Majano
Luis Majano
Resolved
Apr 9, 2020
LOGBOX
-
41
refactoring of internal utility closures to udfs to avoid ACF memory leaks: CF-4204874
Luis Majano
Luis Majano
Resolved
Mar 7, 2020
LOGBOX
-
40
localScopeMode="modern" causing issue with Logbox appenders in ColdBox
Unassigned
Kai Koenig
Open
Mar 5, 2020
LOGBOX
-
39
Implicit level categories logging to all appenders
Luis Majano
Ryan Albrecht
Open
Feb 4, 2020
LOGBOX
-
38
Rotate property is defined but never used
Stephen Condon
Stephen Condon
Resolved
Jan 15, 2020
LOGBOX
-
37
Improvements to threading for logging to avoid dumb Adobe duplicates
Luis Majano
Luis Majano
Resolved
Dec 11, 2019
LOGBOX
-
36
Added an `err()` to abstract appenders for reporting to the error streams
Luis Majano
Luis Majano
Resolved
Nov 13, 2019
LOGBOX
-
35
FileAppender: if logging happens in a thread, queue never gets processed and, potentially, you run out of heap space
Luis Majano
Dominic Watson
Resolved
Sep 14, 2019
LOGBOX
-
34
Console appender completely rewritten to support asynchronous streaming
Luis Majano
Luis Majano
Resolved
Mar 13, 2019
LOGBOX
-
33
Improve file exists usage on file appenders to avoid i/o operations
Luis Majano
Luis Majano
Resolved
Jan 24, 2019
LOGBOX
-
32
Add test and fix for adding a LogBox category after the fact
Eric Peterson
Luis Majano
Resolved
Jan 11, 2019
LOGBOX
-
31
Add default value arguments to getProperty() methods on abstract appenders
Luis Majano
Luis Majano
Resolved
Oct 17, 2018
LOGBOX
-
30
Leave off text "ExtraInfo: " from console appender if empty string
Brad Wood
Brad Wood
Resolved
Sep 17, 2018
LOGBOX
-
29
when using async option on FileAppender, nothing logs
Luis Majano
Sean Daniels
Resolved
Aug 17, 2018
LOGBOX
-
28
Console Appender sent error messages to error out
Luis Majano
Brad Wood
Resolved
Apr 10, 2018
LOGBOX
-
27
Logbox exception when running under Modern Local scope mode in Lucee 5.2.4
Luis Majano
Timothy Lux
Resolved
Oct 26, 2017
LOGBOX
-
26
Add extraInfo to the message before clean-up, to allow for correct csv exports
Luis Majano
Luis Majano
Resolved
Sep 14, 2017
LOGBOX
-
25
Allow string levels in setLevel methods
Eric Peterson
Eric Peterson
Resolved
Sep 20, 2016
LOGBOX
-
24
Allow for Logbox to have no appenders
Luis Majano
Brad Wood
Resolved
Jul 22, 2016
LOGBOX
-
23
Message and exrainfo types are limited in MySQL
Luis Majano
Brad Wood
Resolved
Jul 15, 2016
LOGBOX
-
22
Avoid call to cfdbinfo in logbox dbappender when autocreate is set to false
Luis Majano
Daniel Schmid
Resolved
Jun 3, 2016
LOGBOX
-
21
AbstractAppender.cfc function "CanLog" fails due to text/int comparison
Luis Majano
Barry Durand
Closed
Sep 10, 2015
LOGBOX
-
20
FileAppender IO improvements via LogListener Watchers
Luis Majano
Brad Wood
Resolved
Sep 2, 2015
LOGBOX
-
19
Update the documentation URL in box.json
Brad Wood
Brad Wood
Closed
Aug 26, 2015
LOGBOX
-
18
Allow programmatic retrieval of appenders, make getAppendersMap() public
Luis Majano
Brad Wood
Resolved
Feb 12, 2015
LOGBOX
-
17
var scoping issue with thisAppender variable
Luis Majano
Brad Wood
Resolved
Jan 26, 2015
LOGBOX
-
16
Allow chaining of logger programmatic config methods
Luis Majano
Brad Wood
Resolved
Dec 5, 2014
LOGBOX
-
15
Ability to asynchronize any logger via new 'async' property
Luis Majano
Luis Majano
Closed
Nov 22, 2014
LOGBOX
-
14
Truncating of category data to avoid error on insertion on DB Appender
Luis Majano
Luis Majano
Closed
Jun 18, 2014
LOGBOX
-
13
deprecate logbox xml support
Luis Majano
Luis Majano
Closed
May 12, 2014
LOGBOX
-
12
Ability for modules etc to register new appenders
Luis Majano
Brad Wood
Open
Feb 17, 2014
LOGBOX
-
11
Allow standard appenders to be configured by name (instead of full path)
Luis Majano
Brad Wood
Resolved
Jan 8, 2014
Give feedback
Showing 1-50 of 58
1
2