[
https://issues.apache.org/jira/browse/DERBY-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917729#action_12917729
]
Mamta A. Satoor commented on DERBY-4755:
----------------------------------------
Kim, thanks for looking at the doc side of the issue. To answer your three
questions
1)The date format is easier to read.
How we print the date information in the log file was intentionally changed as
part of DERBY-4752(CheapDateFormatter returns incorrect and invalid date
strings).
2)There is no line break between the startup and shutdown messages -- there
used to be.
You are correct about this. I can spend more time on this if it will make the
log file easier to read.
3)The shutdown message is on two lines, not one.
The shutdown message now includes the database name and because of that
additional information, it overflows on two lines rather than one line.
> DERBY-4601 added a new message to derby.log during engine shutdown and it
> changed the database shutdown message. Need to update docs with that
> information
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-4755
> URL: https://issues.apache.org/jira/browse/DERBY-4755
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.7.0.0
> Reporter: Mamta A. Satoor
> Assignee: Kim Haase
>
> DERBY-4601 added a new message to derby.log during engine shutdown and it
> changed the database shutdown message. Need to update docs with that
> information. I have found 2 places in our docs where we show examples of
> shutdown messages
> 1)In Getting started Guide, under Creating a Derby database and running SQL
> statements section, we show a typical startup and shutdown message. That
> section will need to change
> 2)In Derby Developer's Guide, under section Derby System -> Shutting down the
> system
> An eg of engine shutdown message in derby.log is
> 2010-07-23 18:59:24.078 GMT Thread[main,5,main] :Shutting down Derby Engine
> An eg of database shutdown message is as follows
> 2010-07-20 17:23:55.171 GMT:
> Shutting down instance 80220011-0129-f0e1-f479-0000000c5ef0 on database
> directory C:\p4clients\svnmain\client2\trunk\systest\out142\dbs\tours3 with
> class loader sun.misc.launcher$appclassloa...@3f6e3f6e
> (Notice that this message includes the name of the db getting shutdown.
> Before the changes for DERBY-4601 went in, we didn't include the name of the
> database)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.