############################################################
# Global properties
############################################################
# "handlers" specifies a comma separated list of log Handler classes.
# These handlers will be installed during VM startup. Note that these classes must be on the system classpath.
# By default we only configure a ConsoleHandler, which will only show messages at the INFO and above levels.
#handlers= java.util.logging.ConsoleHandler
# To also add the FileHandler, use the following line instead.
handlers = java.util.logging.FileHandler,\
java.util.logging.ConsoleHandler,\
net.sf.l2j.commons.logging.handler.ErrorLogHandler
# Default global logging level.
# This specifies which kinds of events are logged across all loggers.
# For any given facility this global level can be overriden by a facility specific level
# Note that the ConsoleHandler also has a separate level setting to limit messages printed to the console.
.level= CONFIG
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
############################################################
# Facility specific properties.
# Provides extra control for each logger.
############################################################
# For example, set the com.xyz.foo logger to only log SEVERE messages:
net.sf.l2j.gameserver.level = CONFIG
net.sf.l2j.loginserver.level = CONFIG
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
GOSTARIA DOS ICONES DAS TATTOS , TODOS ICONES , COM ESSE LV , ATÉ O LVL 6 POR FAVOR , PARA INTERLUDE , ESSES DO PRINT NAO SAO INTERLUDE E NAO TENHO ! OBRIGADO!
Olá, seu tópico se encontra com um ou mais links offline. Caso ainda possua o conteúdo, favor postar aqui mesmo no tópico ou mandar MP para algum staff que estaremos normalizando o tópico.
Grato pela atenção!
Voce usar a conta de admin q vc tem no server, vai em accounts e define o acess_level la. e vc entra auto.
Eu tenho uma versão desse votesystem q tentei atualizar e com tutorial so acessar o link na minha assinatura em baixo.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Pergunta
SlayerBR
Eai galera tudo bem ?
Estou compilando a acis porem independente oque eu faco sempre recebo o mesmo erro, alguem poderia dar um help ?
Photos:
############################################################
# Global properties
############################################################
# "handlers" specifies a comma separated list of log Handler classes.
# These handlers will be installed during VM startup. Note that these classes must be on the system classpath.
# By default we only configure a ConsoleHandler, which will only show messages at the INFO and above levels.
#handlers= java.util.logging.ConsoleHandler
# To also add the FileHandler, use the following line instead.
handlers = java.util.logging.FileHandler,\
java.util.logging.ConsoleHandler,\
net.sf.l2j.commons.logging.handler.ErrorLogHandler
chat.handlers = net.sf.l2j.commons.logging.handler.ChatLogHandler
chat.useParentHandlers = false
gmaudit.handlers = net.sf.l2j.commons.logging.handler.GMAuditLogHandler
gmaudit.useParentHandlers = false
item.handlers = net.sf.l2j.commons.logging.handler.ItemLogHandler
item.useParentHandlers = false
# Default global logging level.
# This specifies which kinds of events are logged across all loggers.
# For any given facility this global level can be overriden by a facility specific level
# Note that the ConsoleHandler also has a separate level setting to limit messages printed to the console.
.level= CONFIG
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
# console
java.util.logging.ConsoleHandler.formatter = net.sf.l2j.commons.logging.formatter.ConsoleLogFormatter
java.util.logging.ConsoleHandler.level = FINER
# default file output is in user's home directory.
java.util.logging.FileHandler.pattern = log/console/console_%g.txt
java.util.logging.FileHandler.limit = 1000000
java.util.logging.FileHandler.count = 5
java.util.logging.FileHandler.formatter = net.sf.l2j.commons.logging.formatter.FileLogFormatter
java.util.logging.FileHandler.level = CONFIG
# log errors (exceptions)
net.sf.l2j.commons.logging.handler.ErrorLogHandler.pattern = log/error/error_%g.txt
net.sf.l2j.commons.logging.handler.ErrorLogHandler.limit = 1000000
net.sf.l2j.commons.logging.handler.ErrorLogHandler.count = 5
net.sf.l2j.commons.logging.handler.ErrorLogHandler.formatter = java.util.logging.SimpleFormatter
net.sf.l2j.commons.logging.handler.ErrorLogHandler.filter = net.sf.l2j.commons.logging.filter.ErrorFilter
net.sf.l2j.commons.logging.handler.ErrorLogHandler.level = CONFIG
# log chats
net.sf.l2j.commons.logging.handler.ChatLogHandler.pattern = log/chat/chat_%g.txt
net.sf.l2j.commons.logging.handler.ChatLogHandler.limit = 1000000
net.sf.l2j.commons.logging.handler.ChatLogHandler.count = 5
net.sf.l2j.commons.logging.handler.ChatLogHandler.formatter = net.sf.l2j.commons.logging.formatter.ChatLogFormatter
net.sf.l2j.commons.logging.handler.ChatLogHandler.filter = net.sf.l2j.commons.logging.filter.ChatFilter
net.sf.l2j.commons.logging.handler.ChatLogHandler.append = true
net.sf.l2j.commons.logging.handler.ChatLogHandler.level = INFO
# log GM Audit
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.pattern = log/gmaudit/gmaudit_%g.txt
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.limit = 1000000
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.count = 5
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.formatter = net.sf.l2j.commons.logging.formatter.GMAuditFormatter
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.filter = net.sf.l2j.commons.logging.filter.GMAuditFilter
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.append = true
net.sf.l2j.commons.logging.handler.GMAuditLogHandler.level = INFO
# log items
net.sf.l2j.commons.logging.handler.ItemLogHandler.pattern = log/item/item_%g.txt
net.sf.l2j.commons.logging.handler.ItemLogHandler.limit = 1000000
net.sf.l2j.commons.logging.handler.ItemLogHandler.count = 5
net.sf.l2j.commons.logging.handler.ItemLogHandler.formatter = net.sf.l2j.commons.logging.formatter.ItemLogFormatter
net.sf.l2j.commons.logging.handler.ItemLogHandler.filter = net.sf.l2j.commons.logging.filter.ItemFilter
net.sf.l2j.commons.logging.handler.ItemLogHandler.append = true
net.sf.l2j.commons.logging.handler.ItemLogHandler.level = INFO
############################################################
# Facility specific properties.
# Provides extra control for each logger.
############################################################
# For example, set the com.xyz.foo logger to only log SEVERE messages:
net.sf.l2j.gameserver.level = CONFIG
net.sf.l2j.loginserver.level = CONFIG
Link para o comentário
Compartilhar em outros sites
4 respostass a esta questão
Posts recomendados
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.