Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show date in log messages #431

Closed
tudorache opened this issue May 17, 2016 · 0 comments
Closed

Show date in log messages #431

tudorache opened this issue May 17, 2016 · 0 comments

Comments

@tudorache
Copy link
Member

Currently, the log file only shows the time for a message, so it is really hard to search for specific messages, and know when they happened.

Ideally, the log should include the date and time for each message.

Example below:

15:32:33.853 [AWT-EventQueue-0] INFO  OWLModelManagerImpl    ------------------------------- Loading Ontology -------------------------------
15:32:33.853 [AWT-EventQueue-0] INFO  OWLModelManagerImpl    Loading ontology from http://protege.stanford.edu/ontologies/pizza/pizza.owl
15:32:34.079 [pool-1-thread-1] INFO  AbstractOWLParser    URL connection input stream is compressed using gzip
15:32:34.404 [pool-1-thread-1] INFO  OWLRDFConsumer    Unparsed triple: _:genid419 -> http://www.w3.org/1999/02/22-rdf-syntax-ns#type -> http://www.w3.org/2002/07/owl#AllDifferent
15:32:34.404 [pool-1-thread-1] INFO  OWLRDFConsumer    Unparsed triple: _:genid413 -> http://www.w3.org/1999/02/22-rdf-syntax-ns#type -> http://www.w3.org/2002/07/owl#AllDifferent
15:32:34.405 [pool-1-thread-1] INFO  OWLRDFConsumer    Unparsed triple: _:genid395 -> http://www.w3.org/1999/02/22-rdf-syntax-ns#type -> http://www.w3.org/2002/07/owl#AllDifferent
15:32:34.405 [pool-1-thread-1] INFO  OWLRDFConsumer    Unparsed triple: _:genid407 -> http://www.w3.org/1999/02/22-rdf-syntax-ns#type -> http://www.w3.org/2002/07/owl#AllDifferent
15:32:34.405 [pool-1-thread-1] INFO  OWLRDFConsumer    Unparsed triple: _:genid401 -> http://www.w3.org/1999/02/22-rdf-syntax-ns#type -> http://www.w3.org/2002/07/owl#AllDifferent
15:32:34.419 [pool-1-thread-1] INFO  OntologyLoader    Finished loading http://protege.stanford.edu/ontologies/pizza/pizza.owl
15:32:34.441 [AWT-EventQueue-0] INFO  OWLModelManagerImpl    Loading for ontology and imports closure successfully completed in 587 ms
15:32:34.442 [AWT-EventQueue-0] INFO  OWLModelManagerImpl   
15:32:34.761 [AWT-EventQueue-0] INFO  OWLEditorKit    ---------------------------- Disposing of Workspace ----------------------------
15:32:34.773 [AWT-EventQueue-0] INFO  TabbedWorkspace    Saved tab state for 'Query' tab
15:32:34.775 [AWT-EventQueue-0] INFO  TabbedWorkspace    Saved tab state for 'Active Ontology' tab
15:32:34.776 [AWT-EventQueue-0] INFO  TabbedWorkspace    Saved tab state for 'Individuals by class' tab
15:32:34.779 [AWT-EventQueue-0] INFO  TabbedWorkspace    Saved tab state for 'Entities' tab
15:32:34.779 [AWT-EventQueue-0] INFO  TabbedWorkspace    Saved workspace
15:32:34.780 [AWT-EventQueue-0] INFO  TabbedWorkspace    Disposed of 'Query' tab
15:32:34.781 [AWT-EventQueue-0] INFO  TabbedWorkspace    Disposed of 'Active Ontology' tab
15:32:34.785 [AWT-EventQueue-0] INFO  TabbedWorkspace    Disposed of 'Individuals by class' tab
15:32:34.800 [AWT-EventQueue-0] INFO  TabbedWorkspace    Disposed of 'Entities' tab
15:32:34.801 [AWT-EventQueue-0] INFO  TabbedWorkspace    Disposed of workspace
15:32:34.803 [AWT-EventQueue-0] INFO  OWLEditorKit   
15:32:47.658 [AWT-EventQueue-0] INFO  OWLModelManagerImpl    Handing ontology changes: 2
15:32:49.817 [AWT-EventQueue-0] INFO  OWLModelManagerImpl    Handing ontology changes: 2
15:33:08.523 [AWT-EventQueue-0] INFO  OWLModelManagerImpl    Handing ontology changes: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant