Update favicon

This commit is contained in:
Paulo Gustavo Veiga 2020-11-22 13:01:26 -08:00
parent 3a006f1fbc
commit 62fa88cb3e
3 changed files with 3 additions and 7 deletions

View File

@ -1,19 +1,13 @@
log4j.rootLogger=WARN, stdout, R
log4j.logger.com.wisemapping=INFO,stdout,R
log4j.logger.org.springframework=INFO,stdout,R
log4j.logger.org.hibernate=WARN,stdout,R
log4j.logger.org.hibernate.engine.StatefulPersistenceContext=ERROR,stdout,R
#log4j.logger.org.hibernate.SQL=WARN,stdout,R
# Stdout logger <20>
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %p %c - %m%n
# File Writter Logger <20>
# File Writer Logger <20>
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=wisemapping.log

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 148 KiB

View File

@ -24,6 +24,8 @@
<meta property="og:url" content="http://www.wisemapping.com"/>
<meta property="og:image" content="http://www.wisemapping.com/images/logo.png"/>
<meta property="og:site_name" content="WiseMapping.com"/>
<link rel="icon" href="favicon.ico?v=2" />
<title>
<spring:message code="SITE.TITLE"/>-
<c:choose>