You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: