Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Commits
ba44c9c7
Commit
ba44c9c7
authored
8 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
reporting improved
parent
23b515f9
No related branches found
No related tags found
1 merge request
!1
Appointments dev
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
appointment-import/src/main/java/smash/appointment/parse/PrcSubjectsParser.java
+1
-1
1 addition, 1 deletion
.../main/java/smash/appointment/parse/PrcSubjectsParser.java
appointment-import/src/main/resources/log4j.properties
+1
-1
1 addition, 1 deletion
appointment-import/src/main/resources/log4j.properties
with
2 additions
and
2 deletions
appointment-import/src/main/java/smash/appointment/parse/PrcSubjectsParser.java
+
1
−
1
View file @
ba44c9c7
...
...
@@ -170,7 +170,7 @@ public class PrcSubjectsParser extends SubjectParser {
return
false
;
}
}
catch
(
Exception
e
)
{
logger
.
error
(
"Problem with parsing color for subject: "
+
this
.
toString
(
),
e
);
logger
.
error
(
"Problem with parsing color for subject: "
+
parseName
(
row
)+
" "
+
parseSurname
(
row
),
e
);
return
false
;
}
}
...
...
This diff is collapsed.
Click to expand it.
appointment-import/src/main/resources/log4j.properties
+
1
−
1
View file @
ba44c9c7
#Set root logger 's level and its appender to an appender called CONSOLE which is defined below.
log4j.rootLogger
=
fatal
, CONSOLE
log4j.rootLogger
=
debug
, CONSOLE
#Set the behavior of the CONSOLE appender
log4j.appender.CONSOLE
=
org.apache.log4j.ConsoleAppender
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment